donjeff
12-05-2006, 11:48 PM
My Javasript program_1 receives URL and parameter
(i.e. http://mysite.html?xxx )
program_1 then goes to next page using window.location
If the user presses the browser 'back' key, then I want the
URL and paramater to be http://mysite.html?zzzz
so that I can detect that they have used the browser 'back' key
and take other action.
Alternatively, is there any way to detect / identify that the user has used the 'back key' in Internet Explorer ? Program_1 supplies purchaser with an access code, and I do not want the user to be able to get a second code.
Any suggestion how to do this?
(i.e. http://mysite.html?xxx )
program_1 then goes to next page using window.location
If the user presses the browser 'back' key, then I want the
URL and paramater to be http://mysite.html?zzzz
so that I can detect that they have used the browser 'back' key
and take other action.
Alternatively, is there any way to detect / identify that the user has used the 'back key' in Internet Explorer ? Program_1 supplies purchaser with an access code, and I do not want the user to be able to get a second code.
Any suggestion how to do this?