I am afraid that the answer is simply no, in IE there is no way to achieve this.
You will need to accept the hash if you want to identify the various resources of your application with a URL without reloading the page.
Note : hash semantics is exactly what identifies different resources on the same page, so if you do not reload the page, using a hash can be really good .. p>
source share