|
|
How can we prevent the pre-loading of html popups so that they only load onclick?
Return to Recent Questions
Q:
The pop-up windows are loading as the page loads, as well as when you click the appropriate object.
How can we prevent the pre-loading of html popups so that they only load onclick?
A:
In that case you shouldn't set openAfter and closeAfter parameters.
So, you'll have:
deluxePopupWindow.attachToEvent(win,',,,,,')
or
deluxePopupWindow.attachToEvent(win,'openAfter=,closeAfter=,,,,')
See the following example:
http://deluxepopupwindow.com/html-popup-dialog-vista-graphite.html
Return to Recent Questions
Related:
- Jan 28, 2007 - I would like to add a javascript link with onclick event to the html jump menu
- Jan 29, 2007 - Is this java script drop down menu floatable?
- June 08, 2007 - At the first time arrow images are loaded successfully in the dhtml image menu...
- June 24, 2007 - dhtml collapse menu seems to be working fine with IE7, it doesn't load on Firefox
- June 30, 2007 - Can your dhtml menu source code load the child of a node once the node is clicked?
- Aug 25, 2007 - Do you have example of loading menu items from a sql database in java dhtml menu using ASP?
- Oct 17, 2007 - When I load a page with dhtml menu sample, the first tab is always highlighted
- Jan 02, 2009 - HTML dropdown menu only works fine when I upload to an area outside the restricted area...
- Jan 13, 2009 - How can I have the sub dhtml tab menu option highlighted once the new page is reloaded?
- Feb 20, 2009 - When the page with dhtml tab menu first loads ... It does not load the content of the first DIV....
- Mar 21, 2009 - Can a menu submenu dhtml be triggered to an open state upon onload?
|