
rsc_wana_b
Enthusiast

Jun 6, 2005, 1:14 PM
Post #6 of 11
(825 views)
Shortcut
|
|
Re: [TH3 RUL3R] CHAT OR SHOUT BOX
[In reply to]
|
Can't Post
|
|
ok, thanks rsc wana b... your the best! Yeh thanks and today i just found a shout box code here it is. <SCRIPT> <!-- BEGIN Shoutboxes.com CODE --> function showShoutbox() { var x=-30; var y=-60; if (document.layers) { x=0; y=0; } else { x=0; y=0; } if (x<0) x=0; if (y<0) y=0; var w=window.open("http://100781.shoutboxes.com/","shoutbox","top="+y+",left="+x+",width=165,height=300,location=0,menubar=0,toolbar=0,status=0,resizable=0,scrollbars=1"); w.focus(); return; } window.onload=new Function("showShoutbox()"); //--> </SCRIPT>
|