Once a user submits a form, if they attempt to navigate back to the expired form (via the back button), they will instead be rerouted to a server side page other than the expired form. Netscape supports a cache feature in the META
tags to support this, but Internet Explorer does not.
For more information, please check 4guysfromrolla article Rewiring the Back Button
In my opinion, you can put the following script on your page to effectively disable the back button on browsers:
HTML Code That Uses JavaScript:
<FORM>
<input type="button" value="Button" name="B3" onClick="javascript:history.back(1)">
</FORM>
The following HTML code adds a hyperlink that retraces the Web browser's history:
<a href="JavaScript:history.back(1)">go back</a>
Hope it helps.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx