I'm not quite sure what you are trying to achieve. Anyway, I think trying to disable the back-button (for whatever reason) is the wrong way to go about it. Simply put, any URL that the client visits, the client WILL be able to revisit. A simple cut / paste of the URL before / after the submit would circumvent any attempts to redirect with JavaScript.
My suggestion is that you generate a unique id which is only valid the first time the users tries to access the URL. Any subsequent request and you then forward to the appropriate "other"-page. Achieving this client-side isn't, to my knowledge, possible. //Linus Nikander "Jing Zhou" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

