in reply to Re: How To Disable A Browser's Back Button in CGI.pm?
in thread How To Disable A Browser's Back Button in CGI.pm?
Yes you effectively can,
this works every time:
<SCRIPT LANGUAGE="JavaScript">
//always go forward
window.history.forward(1);
</script>