|
-
Oct 19th, 2004, 11:21 AM
#1
Thread Starter
Frenzied Member
Close Page
Is there a way to make IE to close the page, without prompting the user first? I'm adding something to a DB via ASP and I want the page to close automatically...
Last edited by vbNeo; Oct 20th, 2004 at 09:05 AM.
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
-
Oct 20th, 2004, 12:06 AM
#2
Code:
function vbneo_wears_womens_underwear() {
window.opener = top;
window.close();
}
-
Oct 20th, 2004, 09:04 AM
#3
Thread Starter
Frenzied Member

How does JavaScript know my personal secrets? I'm shocked and surprised! But thanks anyway
"Lies, sanctions, and cruise missiles have never created a free and just society. Only everyday people can do that."
- Zack de la Rocha
Hear me roar.
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
|