DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Automatically Redirect To An URL
<html>
<head>
<META HTTP-EQUIV="Refresh" CONTENT="5; URL=http://www.google.com">
</head>
<body>
This page is redirecting your browser to Google<br>
Please, click <a href="http://www.google.com">here</a> if redirection doesn't work.
</body>
</html>





Comments
Snippets Manager replied on Mon, 2012/05/07 - 2:12pm
Snippets Manager replied on Mon, 2012/05/07 - 2:12pm