How to forword a page

Status
Not open for further replies.

harley3344

In Runtime
Messages
438
whats the html or javascript that can atomaticly forword the person to anouther page or site ... plz help ... thanks
 
you can use the <META> tag for HTML...

Look at the redirect page on this forum, get the source code and observe the part that makes it redirect.
 
Here it is...
Where you see "content="5""change the 5 to whatever you want the delay in it transferring to you site to be it'll be in seconds.

Where you see
Code:
www.yoursite.com
type the link you want them to be transferred to.

Code:
<html>
<head>
<meta http-equiv="Refresh"
content="5;url=www.yoursite.com">
</head>

<body>



You will be directed in 5 Seconds</a>
</p>


</body>
</html>
 
i know i have just bought it and it said it would take a few days for it to display.... it dont work for anyone :(
 
Status
Not open for further replies.
Back
Top Bottom