Hi
Rather than disable the back button what we do is use the location.replace
javascript method on the pages where we do not want people to be able to go
back to. Using replace prevents the page from going into the history doesn't
it?
ie
<a href="#" onclick='top.location.replace("mynewpage.htm")'>Click me</a>
Is that what you are looking for? We don't develop at all for netscape only
IE so cannot tell you if works for that.
Regards
Graham
Subject: How to disable Back Browser Boton
From: "Ing. Esteban Torres Naranjo" <esteban_torres@h...>
Date: Tue, 17 Apr 2001 17:49:05 -0500
X-Message-Number: 4
I need disable the Back boton the browser history, at onload document
Thank you
Esteban