Hi ...
I have a multipage web application, in which I utilise Jquery. The first page (index) specifies all javascript libraries I am using. Variables are passed between pages utilising "window.xxxxx"). all works fine. Now, when I click on an href, which directs me to a different site, and want to return, using the browser back button, all my definitions of javascript libraries are lost, and all window.xxx variables. It looks like I am returning to a new window. I have tried the _self, _parent etc variables on the href to no avail. Is this normal browser behaviour ???
Using IE11.
thx ...