Click to See Complete Forum and Search --> : HELP PLEASE Returning to previous window


jeff_archer7
12-04-2003, 04:09 PM
On my web site I have a link page that opens in its own window.... how do I get these links to be displayed in the original window that caused the links window to pop-up to begin with

most confused:rolleyes:

pyro
12-04-2003, 04:12 PM
You'll have to use some JavaScript, something like this:

<a href="http://www.w3.org/" onclick="window.opener.location.href=this.href; return false;">W3C</a>