html - Hyperlink (a href) with a pound sign at the end doesn't do anything in Firefox -


I have a link that is something like this:

  & lt; A href = ". ------ HTML # video" & gt; Text & lt; / A & gt;  

It works fine in IE but not in Firefox. In Firefox it shows the new URL on the address bar but in case of content there is no updates or changes. Somehow "#" Firefox has to ignore the updating of the page. I use the javascript "window.location" and "window. Location.href "and all other types of things but it still does not work. Anyone have any idea how to fix this? Thanks!

You will need to go to a different script page which then returns the browser back to the original page .


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -