|
|
Is it possible to dynamically generate new popup window"on the go"?
Return to Recent Questions
Q:
Is it possible to dynamically generate new popup window"on the go"?
We want several popups to appear. We have tried to automagically assign
a random name, but without success, the show() command kills the
commands and just redirects.
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 30, 2006 - How can I open the link in a new window with your DHTML MENU?
- Nov 17, 2006 - How can I open a new window of a specific dimension in the dhtml toolbar?
- Jan 03, 2007 - In the horizontal drop down menu my html files still open in a new window.
- April 10, 2007 - Can the link items NOT open a new window in the vertical menu scripts?
- 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.
- Aug 01, 2007 - I wanna open link in new window after click link in java script menu
- Aug 02, 2007 - We want to right click on the javascript dhtml item and choose open in a new window
- Aug 31, 2007 - Sometime the user would like to open link of easy drop down menu in a new window
- Sep 28, 2007 - How do I open a PDF document in a new window in css menu navigation?
- Oct 13, 2007 - How to open a link in to a new window by right clicking on the dhtml dropdown menu
|