I want to disable back button / history in all my pages that contain form. Does anyone know how to disable back button. I know of using the following method:<br><br><A HREF="javascript:location.replace('page2.html')">Page 2</A><br><br>But I cant use this method as my pages use CGI scripts.<br><br>Please help