|
-
Jun 20th, 2000, 09:23 PM
#1
Thread Starter
Member
Hello
In my ASP application I open a new window with command
<SCRIPT>
window2=window.open("xx.asp","secondwindow")
</SCRIPT>
Can anybody know how to close window2 and navigate back to main window (run an ASP in main window) using submit button in window2.
I tried:
<FORM action="osp.asp">
<INPUT type="SUBMIT" name="action" value="Close" onClick="window.close();window.opener.focus">
</FORM>
Window2 closes but osp.asp is not executed in main window.
Best regards,
Tomaz
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|