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.
Javascript Popup window problem?
Moderator: General Moderators
Re: Javascript Popup window problem?
User window.close to close the window
and window.opener to refer to the main browser, hence to load the links in it.
and window.opener to refer to the main browser, hence to load the links in it.