I have a link that is somewhat like this:
<a href="------.html#video">Text</a>
It works fine in IE but not in Firefox. In Firefox it shows the new URL on the address bar but doesn’t update or change anything in terms of content.
Somehow the “#” is causing Firefox to ignore updating the page. I tried using Javascript “window.location” and “window.location.href” and all sorts of other things but it still doesn’t work.
Does anyone have any idea how to fix it?
Thanks!
You’ll need to make the link go to a different script page which will then redirect the browser back to the original page.