SitePoint Sponsor |
|
User Tag List
Results 1 to 1 of 1
-
Jun 14, 2006, 13:20 #1
- Join Date
- May 2006
- Posts
- 16
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
keeping a popup window in front of main page
Hi all,
I'm using the following script :
Code:function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); }
HTML Code:onclick="MM_openBrWindow('...')"
My problem is that different links open that same popup window with different info, and if you don't close the popup before clicking on an other link, the popup disapears behind the main page...
How do I force the popup to stay in front?
Thanks for any help!
Bookmarks