Thursday, September 17, 2015

How do I redirect a web page?

<meta http-equiv="refresh" content="0; URL=http://newpage.com">

That's how. 

Theoretically you are supposed to put this line of html between the <head></head> tags but our tests show you can put it as the first line of a page rendered with Chrome v45 and above.

Set content to something other than 0 (seconds) to delay opening the new page.



No comments:

Post a Comment