|
 |
asp_web_howto thread: Execute query on Close Browser
Message #1 by Balasubramaniam.R <mailbala@c...> on 22 Feb 2001 09:33:04 +0000
|
|
I need to run a query when the browser is closed in the client side, or rather when his session ends.
How do i do it...
regards,
bala
Chequemail.com - a free web based e-mail service that also pays!!!
http://www.chequemail.com
Message #2 by Roger Balliger <Roger@i...> on Thu, 22 Feb 2001 09:20:26 -0800
|
|
You should look into creating/modifying the Global.asa file to add a
subprocedure for your web application. For example, with the global.asa
file you could have a similar script:
Sub Session_OnEnd
your query code here
End Sub
Roger
-----Original Message-----
From: Balasubramaniam.R [mailto:mailbala@c...]
Sent: Thursday, February 22, 2001 1:33 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Execute query on Close Browser
I need to run a query when the browser is closed in the client side, or
rather when his session ends. How do i do it...
regards,
bala
|
|
 |