Modifying a popup window script

wxdqz

New Member
Modifying a popup window script

Hi -

Right now I'm using a popup window script that doesn't work well on pges with multiple popups - the first window opens okay, but it needs to be closed before a new popup window can be opened. If you don't close the first popup, it moves behind the main page and won't come forward when another popup link is clicked.

Is there any way to modify this script?

<a href=http://www.webdeveloper.com/forum/archive/index.php/"#" onClick="MyWindow1=window.open
('../folder/filename.html','MyWindow1','toolbar=no,
location=no,directories=no,status=no,menubar=no,
scrollbars=no,resizable=yes,width=400,height=540,
left=5px,top=5px');returnfalse;">LINK_TEXT/IMG_HERE</a>

Any and all suggestions appreciated.

Thanks -
Robert:)
 
Back
Top