seven
12-11-2007, 04:25 AM
ok, heres how it goes. i have a chatroom, what i want to do is to direct all the incoming visitors on the chatroom to my personal website which has my chat box, i tried to put this code
<SCRIPT LANGUAGE="JavaScript">
function redirect () {
window.location.href = "http://frailty.zip.io";
}
</SCRIPT>
<BODY onload="redirect()">
its not working. please help me :)
<SCRIPT LANGUAGE="JavaScript">
function redirect () {
window.location.href = "http://frailty.zip.io";
}
</SCRIPT>
<BODY onload="redirect()">
its not working. please help me :)