I change location.hash
- in all browsers this behave properly - the page remains original and changes only URL without reload the page.
Pressing Back button behaves differently in Internet Explorer and other browsers. IE does not change the history location.hash
and goes to the previous page. Other browsers only change the URL (change the hash).
Is there any way to force IE browser to behave just like the others?