Where can I find the onClick code for the html javascript popup?
Return to Recent Questions
Q:
Where can I find the onClick code for the html javascript popup?
A:
See you can show the popup window when you hover, click or mouseout on some elements on your
page. For example you've added an image in your html page. You should specify the ID for it, for example:
<p><img id="open_popup" border="0" src="images/submenu-bg.gif" width="170" height="29"></p>
So, in the Deluxe Tuner you should enter 'open_popup' object ID in the onMouseOver,
onClick or onMouseOut fields.
Actually you can assign id to any object on your page manually. You should specify ID's - id="xxxx"
for <a>, <div>, <img> ... tags.
If you want to show the popup when your page loads you should leave these fields empty:
onMouseOver:"",
onMouseOut:"",
onClick:"",
Return to Recent Questions
Related:
- Oct 06, 2006 - How can I use right-to-left languages in javascript popupmenu?
- Oct 06, 2006 - Where I can find data.js file for tree javascript menu?
- Oct 20, 2006 - Can you let me know, if javascript moving menu supports search engine friendly code?
- Nov 19, 2006 - Can I create a javascript menu code with one line of the subitems?
- Nov 22, 2006 - I cannot get the background color of the html popup menu to change
- Nov 28, 2006 - I downloaded the trial version, but where to find the scroll menu javascript?
- Dec 06, 2006 - Is using search engine friendly code the same as using normal html menu bar for spiders?
- Dec 14, 2006 - How to use a dhtml javascript menu item so that it opens a window at a certain size?
- Dec 23, 2006 - How can I upgrade to Deluxe Menu v2.0? Now I'm using html menu codes v1.14.
- Dec 27, 2006 - We want to know if we can make the background on your menu html code transparent?
- Dec 30, 2006 - Can I create the following menu with your javascript menu sample code?
|