Re: disabling browser back button
Posted By:
Jens_Dibbern
Posted On:
Sunday, May 30, 2004 12:22 PM
Hi Amir,
you simply cannot disable the back button in any generic way as far as I know. You can look at http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html and try to set every header regarding caching and instant expiration. You can try the relevent meta tags in your html page, too. In either case your best result will be this ugly white page telling the user the page contents are invalid.
HTH
Jens