Search code examples
htmlmeta-tags

Meta Refresh not working in Firefox


I'm using meta refresh with <meta HTTP-EQUIV="REFRESH" CONTENT="0; URL=javascript:window.open('home.asp?uuid=123','_top');"> and it works in every other browser except Firefox. Any ideas?


Solution

  • In Firefox autorefresh has been disabled by default.

    To enable autorefresh in your browser:

    1. type about:config in the location bar of your webbrowser
    2. a message appears: click to accept
    3. search for blockautorefresh
    4. change accessibility.blockautorefresh from false to true

    Good luck!