How do I get a second javascript popup window on the same page?
Return to Recent Questions
Q:
How do I get a second javascript popup window on the same page?
A:
You should create another popup for the second link. Notice that you should use different
ID's:
<a id="win2" href="javascript:;">
<img height="173" align="bottom" width="150" x-sas-useimageheight="" x-sas-useimagewidth="" src="gifs/vargas2.gif"/>
</a>
in Deluxe Tuner specify another parameters:
WinID = window2
(Use another winID than you have in your first data file if you don't want to
close 1-st popup window after you open the 2-nd one or use the
same winID=win if you want to close 1-st popup.)
new url
onClick = win2
Save this popup (use another name, for example: popup2.html).
Return to Recent Questions
Related:
- Sep 06, 2006 - The Items of the javascript tree view stay expanded in the same state.
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Sep 30, 2006 - The frame below the javascript menubar is moved to the bottom of the page.
- Oct 06, 2006 - How can I use right-to-left languages in javascript popupmenu?
- Oct 19, 2006 - I want a javascript toolbar with all the buttons the same length.
- Oct 21, 2006 - I want to get the URL or file name to be open in javascript mouseover menu by click...
- Oct 27, 2006 - I'm trying to get a cascading menu that will float as I scroll down the page.
- Nov 03, 2006 - Can-t get our favorite template to linkin the javascript cascade menu
- Nov 20, 2006 - We need to have 2 javascript hover menu on one page.
- Nov 21, 2006 - How are this javascript scrolling menu compatible with Frontpage 2003?
- Nov 21, 2006 - Why the javascript submenu alignment changes depending on the browser window size?
|