PDA

View Full Version : Help!!!!!!!



takeout
09-23-2007, 03:28 PM
does anyone know how on my website i can make it so if somone goes on to it it automaticly sends them to a different site example...

www.runescape.co.uk

when u use it, it takes you to runescape.com

plz help :(

Bourdou!
09-23-2007, 03:30 PM
I think most web hosters have a tool that allows you to do it. I forgot how to do that with just plain old coding though, sorry. What are you using?

takeout
09-23-2007, 03:32 PM
WebzEditâ„¢ 1.9 BETA

on freewebs

its stuff like

<P>Need more help? e-mail me at <A href="mailto:surveymoney@hotmail.co.uk">surveymoney@hotmail.co.uk</A></P><IMG src="http://counters.freewebs.com/Members/Counters/counter.jsp?userid=27163188&name=number%20of%20visitors"></BODY></HTML>

ect

Bourdou!
09-23-2007, 03:33 PM
Your using HTML then?

takeout
09-23-2007, 03:34 PM
yep

Bourdou!
09-23-2007, 03:37 PM
<HTML>
<script>
<!--
function autoChange()
{
var timeID = setTimeout("location.href= 'http://www.newlocation.com'", 1000)
}
//-->
</script>
<BODY onLoad="autoChange()">
Welcome to my website,... unfortunally we moved it to WWW.NEWLOCATION.COM.<BR>
Your browser will automatically jump there.<BR>
If it doesn't then please click <A HREF="http://www.newlocation.com">here</A> to go there.
</BODY>
</HTML>Try That

takeout
09-23-2007, 03:39 PM
ty i will check

takeout
09-23-2007, 03:41 PM
ty ty ty ty!!!!!!!!!!!!!!!!!!!!!!!

it worked w00t!!!!!!! thx a a lot but not only that! but this is my 100th post

Bourdou!
09-23-2007, 03:42 PM
Cool. Glad to help.