Suggestion on eliminating that damn back button in Internet browser

mike55

Contributor
Joined
Mar 26, 2004
Messages
727
Location
Ireland
Add the following code to the pages that you don't want the user to click back into...
<script language="JavaScript">
<!--<
javascript:window.history.forward(1)
//-->
</script>

Mike55.
 
Back
Top