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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP Page timing

Status
Not open for further replies.

NevG

Programmer
Oct 10, 2000
162
GB
Hello tipsters

I am trying to code events to attach to my pages that if a certain period of inactivity occurs (period predefined by user) then the modaldialog closes.

I cant use the META-HTTP tag - doesnt give me desired result.

If a keypress occurs then I want to restart the timer. I am looking to atach the event using attachevent and I have the code to check the time the page loads against another time however I cant figure out how to continually check for this time to expire

Any help woudl be fab people - kind of an emergency call ..

Cheers

NevG
 
Does the same event fire when there is no action on all of your pages on the site? If so, you may find that session.timeout in the Global.asax is the right way forward.

Hope this helps.

BB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top