link in a popup window

liunx

Guest
How can I get a link that's in a popup window to open in the initial window that launched the popup? <br />
<br />
Thanks in advance.<!--content-->i think this would have to be javascript, but instead of telling you to post there, try this<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"page.php" onclick="window.opener.location=this.href;"><!--content-->Thanks for the quick response. Well it kinda sorta worked. It opened in the original window as I wanted but it also opened in the popup window, so it opened twice.<!--content-->ooops sorry, forgot about that, use<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"page.php" onclick="window.opener.location=this.href; return false"><br />
<br />
which should do the trick<!--content-->Works like a charm, you're awesome! Thanks again.<!--content-->happy to have helped, thanks, read the signature :p, ty :) lol<!--content-->
 
Back
Top