Sophie Stuart
03-12-2003, 09:47 AM
Good morning every one!
I use this code to create a link to a page that opens in a new window (popup window):
<a href="samband.php" target="newuser" onClick="window.open' samband.php', 'newuser', 'toolbar=no, location=no, status=no, top=100,left=100, menubar=no, scrollbars=no, resizable=no, width=400, height=350'); return false;">
My problem is that if you have once opened this popup window and then returnsagain to the main page, without closing it, it does not pop up the next time you click on the link. Is there some way to change that?
Thanks,
Zoe.
I use this code to create a link to a page that opens in a new window (popup window):
<a href="samband.php" target="newuser" onClick="window.open' samband.php', 'newuser', 'toolbar=no, location=no, status=no, top=100,left=100, menubar=no, scrollbars=no, resizable=no, width=400, height=350'); return false;">
My problem is that if you have once opened this popup window and then returnsagain to the main page, without closing it, it does not pop up the next time you click on the link. Is there some way to change that?
Thanks,
Zoe.