Hi All,
Here is one for you.
I have a page (page1.asp) which contains a form.
When the form button is clicked two things happen.
1) The form data is validated using ASP
2) A popup window is launched on the onClick event of the form button.
When the validation is done, the ASP redirects to another page (page2.asp) leaving the orphan popup window still open.
What I need to do, is close the popup window (created by page1.asp) when page2.asp loads.
I have tried everything but cannot get page2.asp to see the popup window.
Any help will be much appreciated.
Paul. Paul Welding
Web Developer
Here is one for you.
I have a page (page1.asp) which contains a form.
When the form button is clicked two things happen.
1) The form data is validated using ASP
2) A popup window is launched on the onClick event of the form button.
When the validation is done, the ASP redirects to another page (page2.asp) leaving the orphan popup window still open.
What I need to do, is close the popup window (created by page1.asp) when page2.asp loads.
I have tried everything but cannot get page2.asp to see the popup window.
Any help will be much appreciated.
Paul. Paul Welding
Web Developer