![]() |
|
#1
|
||||||||||||
|
||||||||||||
|
erm I think the title explains it really but I want to get one website (as soon as the adress is entered) to re-direct to another website.
__________________
I know this is possible I just need to know how to do it!! ![]() Thanks in advance for your help, Ollie. My System: FordyPC
|
|
#2
|
|||
|
|||
|
Do you want the code?
How is it coded? Css, HTML, etc. Dan |
|
#3
|
|||
|
|||
|
oh its css sorry should have mentioned..
|
|
#4
|
|||
|
|||
|
monospace]This code between the <head></head>
Arial, Helvetica]<script language="JavaScript"> <! var time = null function move() { window.location = 'http://www.yourdomain.com' } //--> </script> In <body> tag Arial, Helvetica]<body onload="timer=setTimeout('move()',2000)"> 2000 = 2 seconds 3000 would be 3 seconds so on. |
|
#5
|
|||
|
|||
|
Ok thanks thats wicked, Ollie.
|
|
#6
|
|||
|
|||
|
Let me know if it works.
|
|
#7
|
||||||||||||
|
||||||||||||
|
You want to do a 301 re-direct, Google sometimes penalises other methods which could hurt your search engine traffic.
__________________
My System: Hybr!d
|
|
#8
|
|||
|
|||
|
How do I do that then?
|
|
#9
|
|||
|
|||
|
Are you on windows or linux hosting?
|
|
#10
|
|||
|
|||
|
windows
|