PDA

View Full Version : Need help..


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 :)

ACKirbachu
12-11-2007, 04:07 PM
You cannot redirect people on xat chats, since the code you put it in is in an iframe, and iframes cannot effect anything outside of it.

seven
12-12-2007, 06:29 AM
oh, alright.. thanks a lot..