parent child links

liunx

Guest
Ok,<br />
<br />
I have a basic html webpage,<br />
there is a link that creates a small pop-up window,<br />
in that window is another link - I want that link, in that pop-up, to load a page in the original window (the one that spawned the pop-up link).<br />
<br />
there are no frames,<br />
thus,<br />
no targeting.<br />
<br />
please help,<br />
<br />
thanks,<br />
Ryan<!--content-->in the popup:<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"javascript: void(0);" onClick="parent.opener.location='http://www.yahoo.com'">Clicking here makes the parent goto yahoo</a><!--content-->you rock man,<br />
<br />
thanks<!--content-->your welcome! :banger:<!--content-->
 
Back
Top