PDA

View Full Version : Bringing window to front


Apolinho
06-28-2002, 08:25 PM
Firs of all, sorry about my poor english. I'm from Brazil

Here is my problem: I have a browser window, say, "Main". When I click on a link, it opens a new browser window ("New"). What code should I put on this "New" window, so I can, by clicking on a link, bring the other window ("Main") to front again?

Thanks in Advance

joh6nn
06-28-2002, 08:47 PM
<A HREF="javascript:window.opener.focus();">click click</A>