E
earl
How can I redirect a user using html ?
earl said:How can I redirect a user using html ?
earl said:How can I redirect a user using html ?
dante said:<html>
<head>
<title>Site moved...</title>
<meta http-equiv="refresh" content="5;URL=http://YOUR_NEW_SITE_ADDRESS">
</head>
<body>
YOUR_OLD_SITE_ADDRESS has moved to YOUR_NEW_SITE_ADDRESS
If your browser does not automatically redirect you in 5 seconds,
click <a href="http://YOUR_NEW_SITE_ADDRESS">here</a> to go to the new site.
</body>
</html>
Regards
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.