I want dhtml pop up window to pop when someone clicks.
Return to Recent Questions
Q:
The window pops up every time I load the screen.
I want dhtml pop up window to pop when someone clicks.
A:
You can specify the ID of the element you want to click on.
Actions sections in Deluxe Tuner, onClick parameter.
1) You can show the popup window when you hover, click or mouseout on some elements on your
page. For example you have:
<p><img border="0" src="images/submenu-bg.gif" width="170" height="29" id="open_popup"></p>
So, in 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:
add id="open_popup" for <a>, <div>, <img> ... tags.
2) You can also use deluxePopupWindow.open() function to open the popups.
More info about deluxePopupWindow.open() function you can find:
http://deluxepopupwindow.com/window-installation-info.html
function deluxePopupWindow.open("winID", "content", "header", "param", "skin", "contentType")
Use another winID (first parameter) than you have in your data file if you don't want to close 1-st popup window or use the
same winID=win if you want to close 1-st popup.
content - will be the path to the file you want to load in your popup (files/test.html)
skin - is the name of your skin (default in my example)
contentType - set this parameter to iframe.
If you want to open several windows at once use different id's for each link.
Return to Recent Questions
Related:
- Oct 06, 2006 - How can I use right-to-left languages in javascript popupmenu?
- Oct 12, 2006 - Can I create a scroll vertical menu on the right side and the subnav popout on the LEFT?
- Oct 31, 2006 - Is it possible to use the AXAJ-Like technology and Javascript-API in css pop up menu?
- Nov 17, 2006 - How can I open a new window of a specific dimension in the dhtml toolbar?
- Nov 22, 2006 - I cannot get the background color of the html popup menu to change
- Dec 05, 2006 - I can not createPopup windows by clicking on a menu.
- Dec 14, 2006 - How to use a dhtml javascript menu item so that it opens a window at a certain size?
- Dec 19, 2006 - Why submenu css pop-down not OVER the other object (frame)?
- Jan 08, 2007 - Do you have a list of which browsers that your dhtml floating window is compatible with?
- Jan 16, 2007 - The horizontal dropdown menu is missing background images
- Feb 19, 2007 - I'm having several questions regarding your javascript mouse over popup menu
|