-
Close Parent Window after child window opens
Can someone direct me to a javascript code that will cause the parent window to close once the child window opens? I have found one, but it contains a nag window that requests permission to close the window. I want the parent window to close.
Can anyone help?
-
-
After the code on the parent page that opens the child window put:
window.opener='self';
window.close();
IE only.
-
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
Bookmarks