|
|
I need to have multiple choice javascript popup window to website links on a web page. How do I get it to work from a link on a page? Are there examples of how to use the javascript popup window settings.
Return to Recent Questions
Q:
I ordered Deluxe Popup Window Multiple Site License and I cannot get it
to work at all. I need to have multiple choice javascript popup window to website
links on a web page. How do I get it to work from a link on a page? Are
there examples of how to use the javascript popup window settings. All the help
files show is for menus, tree and tabs.
A:
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 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:
add id="open_popup" for <a>, <div>, <img> ... tags.
2) Or you can create only one data file and 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?
- Nov 21, 2006 - Why the javascript submenu alignment changes depending on the browser window size?
- Dec 10, 2006 - On IE for Windows, the javascript floating window disappear as I roll over them
- Dec 14, 2006 - How to use a dhtml javascript menu item so that it opens a window at a certain size?
- Feb 14, 2007 - I would like to have javascript link to our website when javascript turned off
- Feb 19, 2007 - I'm having several questions regarding your javascript mouse over popup menu
- Feb 25, 2007 - Could you please help me with creating of popup menu javascript?
- March 17, 2007 - The javascript popup code gives the (first) menu of the top menu.
- April 14, 2007 - I want to open links in a new window in the website tabs menu?
- June 03, 2007 - I am unable to make the drop down menu links stop spawning a new window on click.
- June 06, 2007 - I am trying to change the Width for only one javascript popup menu item...
|