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...
Printable View
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...
Code:function vbneo_wears_womens_underwear() {
window.opener = top;
window.close();
}
:lol:
How does JavaScript know my personal secrets? I'm shocked and surprised! But thanks anyway :)