View Single Post
Old 07-21-2005, 01:21 PM   #2 (permalink)
bla!!
 
Monster Techie

Join Date: May 2004

Location: /usr/root/mn/us

Posts: 1,121

bla!! is on a distinguished road

Default

You can put a re-direct in your META tag of the homepage

Code:
<meta http-equiv="REFRESH" content="0;url=http://whatever.com">
You can change the time before re-directing, by changing the number before the semicolon.

For example if you wanted to wait 5 secs before re-directing, the code would look like this.


Code:
<meta http-equiv="REFRESH" content="5;url=http://whatever.com">

__________________
<br>
Its a frigging Laptop, not a Labtop!!!!
bla!! is offline