- Impact
- 15
Anyone interested in adding a chat client onto thier website? I have something up my sleeve, but it wil be hosted on one of my websites is the only thing. That way we can have one huge chat room.
Would like to know if anyone would like this.
Well I went ahead and did it.
Add this after the <head> and before </head> section of your website.
Then add this link some where on your website.
-
Would like to know if anyone would like this.
Well I went ahead and did it.
Add this after the <head> and before </head> section of your website.
Code:
<script>
function popChat(URL,width,height){
winpops=window.open(URL,"","width="+width+",height="+height+",left=1,top=1,status=0,scrollbars=0,resizable=1,menubar=0,location=0,toolbar=0")
}
</script>
Then add this link some where on your website.
Code:
<a href="javascript:popChat('http://arcadebam.com/chat/chat.php','500','280')">Chat</a>
-














