I run asp/webclass apps under IIS.
I have an app in which the user wishes to navigate back so we issue history.back using vbscript.
Why does this cause the browser to re-evaluate the url in history....What I mean is history.back calls the asp page again on the server using the url and any query string parameters...is this how it should work....IE seems to overwrite any url in history if it finds an identical one..
Can anyone explain why it goes back to the server...
I have an app in which the user wishes to navigate back so we issue history.back using vbscript.
Why does this cause the browser to re-evaluate the url in history....What I mean is history.back calls the asp page again on the server using the url and any query string parameters...is this how it should work....IE seems to overwrite any url in history if it finds an identical one..
Can anyone explain why it goes back to the server...