Onunload
a way to use onunload to let the server know the client window has been closed?
View Repliesa way to use onunload to let the server know the client window has been closed?
View RepliesI have a Vbscript that will execute on the <body onUnLoad> event, however, because the page refreshes all the time, it will execute the code every single time. I only want the code to execute when the window is either just opened or just closed.
View Replies View RelatedCan someone clear something up for me. Someone told me to use an unOnload function to auto submit a form when the window is redirected or closed. Someone else told me that onUnload will clear all the textboxes, hence leaving nothing to submit.
View Replies View RelatedI have a application online using ASP in which users log in and log out. However, a lot of users simply close the window, bypassing my log-out script. I have tried using the Javascript onUnload function with success, but refreshing the screen also triggers this at the wrong time
View Replies View Related