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? 回答1: In Firefox autorefresh has been disabled by default. To enable autorefresh in your browser: type about:config in the location bar of your webbrowser a message appears: click to accept search for blockautorefresh change accessibility.blockautorefresh from false to true Good luck! 回答2: accessibility