I am developing a web application where, due to slow access to the database, not all content on the page is loaded immediately, but rather dynamically, when the user clicks the button after an optional selection.
It works great. However, after dynamically loading the content, if I go to another web page and then go back, in Internet Explorer the downloaded content will disappear, i.e. The page will revert to the originally loaded page. However, in Firefox (and Opera), the downloaded content will still be present, i.e. The page will look as if it was before I moved from it.
Firefox behavior is the desired behavior in my case, as the user will regularly navigate through the subpages and return to the main page. So my question is, is there a way to get Internet Explorer to display this behavior or any possible workarounds to get the desired result?
Knut arne vedaa
source share