Click to See Complete Forum and Search --> : How to make Javascript/history.go works under HTTPS


cyberninja
May 17th, 2005, 04:31 PM
Hi there,

I have a question on Javascript on IE. I use "history.go" in the roll back
button on an HTML/javascript page, which works well on my WIn2000 server.
However on Windows Server 2003, if I click the roll back button, it gives a
page expired error and forces the me to use the browser "RETRY" button.
Note that https is used.

How can I configure the IE or use another method to make rollback work in
https scenario?

Thanks

cyberninja

PeejAvery
June 8th, 2005, 12:10 PM
Since HTTPS is a secure protocol it has hidden server variables. Using history.go(-1) will only make the pages want these variables again. It would be a risk not smart to take.