Page redirect - After 5secs

Status
Not open for further replies.

Wooody

New member
Feb 27, 2007
110
0
0
Just wondering how what code to use on a landing page to automaticly redirect after an amount of time.

Eg. Click to Landing page, stays on landing page for 5 secs, then redirects to offer.

Any help appreciated.
 


Javascript version:

Code:
[COLOR=White]<body onload=setTimeout("location.href='http://www.yahoo.com'",5000)[/COLOR][COLOR=White][/COLOR][COLOR=White]>

5000 is equal to 5000 milliseconds or 5 seconds


[/COLOR]
 
Status
Not open for further replies.