I am trying to figure out how to make multiple clickable link popup windows on the same page?
Return to Recent Questions
Q:
I am trying to figure out how to make multiple clickable link popup windows on the same page.
A:
You can do it in two ways:
1) Call different data files with DIFFERENT winID:"window1"!
2) Call only one data file and use deluxePopupWindow.open() function to open your windows:
<a href="javascript:;" onclick="deluxePopupWindow.open('window1', 'Content1 Content1', 'Window1',
'width=220,height=100,resizable,scrollbars=no,middle,right,fade-effect',
'windowsvista_graphite')">Click Here to see a chase1 sample</a>
See more info:
http://deluxepopupwindow.com/window-installation-info.html
http://deluxepopupwindow.com/samples.html
Return to Recent Questions
Related:
- Sep 22, 2006 - Where do I add my "blahblah.htm" page links in js menu?
- Nov 07, 2006 - The menu appears perfectly in the css menu maker preview screen, but not on the page.
- Nov 29, 2006 - I am still struggling with multiple menus js on one page.
- Dec 15, 2006 - I can't see floating menubar on my test page only direct links...
- Feb 13, 2007 - How do I make the top html button style to be the same width for each button?
- Feb 22, 2007 - I like popup-mode html menu sample but I could make it to work on my computer.
- Feb 26, 2007 - How do I make to item and javascript jump menu backgrounds override the page text?
- March 08, 2007 - I'm wondering if you can use the Link Item of the website menus to have ASP code
- March 19, 2007 - I have 25 icons (images) on one page. Each image needs it's own popup layer.
- May 22, 2007 - If I try to open flash drop down menu links from the another page non of them work
- June 03, 2007 - I am unable to make the drop down menu links stop spawning a new window on click.
|