html - META REFRESH alternatives -
i know how use meta refresh
, problem breaks button in browsers.
here meta refresh tag:
<meta http-equiv="refresh" content="5;url='http://google.com/'">
i wondering whether there alternative this?
use java script redirect has similar function 1 in question:
window.location.replace("http://google.com/");
Comments
Post a Comment