You can do lots of stuff in javascript like opening a new browser window without the button bar, or catching a back-button keypress and stuff like that. Actually I'm not sure about that last idea. They are all javascript solutions.
I like your idea with location.replace() - it would never create any history, so the back-button at any point would take the user back out of the website. However it doesn't seem realistic to produce an extensive javascript mechanism on the browser just to stop the user using the back-button.
Every problem that arises from use of the back-button is solvable in other ways, in my experience.
Adam
On 09/03/2003 05:52 AM Jing Zhou wrote:
It looks to me the answer is NO, although we could use Java script location.replace('url'). But the statement sends out an http request.
I would like to know if there is a different answer to it.
Jing Netspread Carrier http://www.netspread.com
-- struts 1.1 + tomcat 4.1.27 + java 1.4.2 Linux 2.4.20 RH9
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

