Any Html/Javascript users outthere

O

old.plightstar

Guest
Can anyone tell how to redirect people automactcally from one site to another.

If you do that would help loads.
 
B

bigbb

Guest
<head>
<meta http-equiv="refresh" content="10;url=mysexysite.com">
</head>

10 is no. of secs before redirection.

...that's the old html way I know, can't help thinking this should be in the webdev forum though.
 
I

inqy

Guest
<HTML>
<HEAD>
<title>blah has moved to 'http://www.blah.co.uk'</title>
<meta http-equiv="Refresh" content="10; URL=http://www.blah.co.uk">

</HEAD>

<BODY>
You get the idea? :)
</BODY>

</HTML>
 
O

old.charliealpha

Guest
my we're bored today. 3 posts all at 10:40
 
I

inqy

Guest
:p

mine took longer to type. but we did do it roughly the same time :(
 
B

bigbb

Guest
okeh, I'll let you off as you gave a more detailed explanation.
 

Users who are viewing this thread

Top Bottom