Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Closing an ASP page

Status
Not open for further replies.

dandrey

Technical User
Apr 28, 2005
41
CO
I running a timer in an ASP page with javascript and when the user push the stop button, it saves the time where it stops, but i need to consider when the user close the web page by accident and even when the user shutdown the system and forget to push the stop button in order to save the time, so can i do this?
 
Use the onUnload JavaScript command.

Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top