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

Blocking Back Button

Status
Not open for further replies.

vasilek

Programmer
Jan 5, 2003
99
US
Is there a way to block back button in the web browser? Thanks.
 
Do a search in this forum for topics similar to "disabling the back button" There's been tons of posts about it.

-kaht

banghead.gif
 
I can understand why it is annoying. Web pages are mostly for information which by nature are for public consumption.

However ASP may be used in an intranet where it is used for some serious transaction processing requiring integrity, atomicity, concurrence .. the works.

So some standard ways.
(1) Make the session expire variable small enough.
(2) Disable / purge the history.

Excuse the code sample. Not really an ASP programmer, but this is how it would be done.

End.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top