Forum Moderators: open

Message Too Old, No Replies

Going back to parent

How?

         

Francis

1:34 am on Feb 24, 2004 (gmt 0)

10+ Year Member



I want to open a pop-up window with a link. However, what I want is when the link is clicked, it would open in the main (calling) window and not a new page or in the pop-up window.

Thanks for the help.

dcrombie

12:12 pm on Feb 24, 2004 (gmt 0)



<A href="#" onClick="opener.document.location.href='newpage.html';">something like this?</A>

Francis

11:16 am on Feb 25, 2004 (gmt 0)

10+ Year Member



Actually, I'm not really sure because I don't know about JavaScript, but I'll try it out.

Thanks for the help.

flashfan

2:54 pm on Feb 25, 2004 (gmt 0)

10+ Year Member



Do you want a callee change the caller location? Then you may assign a new value to opener.document.location.