Bztnelaqqfseu
New Member
can you still do something before you close the webpage, like a unload/close kind of thing.<BR>i would like to remove a record from my database if the user didn't save it....i would probably put some code in session_OnClose in the global.asa fileIn the BODY tag, you can put an onUnLoad event. This is how annoying sites do popups when you close them, but you can use it to pop-up a script that does what you wanted (deletes database info) and then closes itself when done with <body onload="window.close();"><BR><BR>John