Page 1 of 1

Javascript Popup window problem?

Posted: Sun Jun 07, 2009 7:00 am
by kalpesh
hi,
i call web page on my browser.From that page i call one Popup window by javascript
function window.open
Now i click on one of the href link on that popup window which should open in browser window
and that popup window should be closed.

I don't know how to do this.
Please help me.
Thanks in advance.

Re: Javascript Popup window problem?

Posted: Sun Jun 07, 2009 4:34 pm
by Darhazer
User window.close to close the window
and window.opener to refer to the main browser, hence to load the links in it.