Thanks, that works but I am now getting a connection error. I can connect if I just use the link from my browser, but when integrated into my site, I get this error:
Unable to Connect
Server is teporarily unavailable. Please try again later.
As I said, this works fine in a browser but not from the site. I am using the professional version of Raidersoft.
Here is my chatbit template:
<applet codebase="http://freechat.raidersoft.com" archive="scclient4.zip" code="Client.class" width=$setwidth height=$setheight
<param name="port" value="45007">
<param name="room" value="my code is here">
<param name="canvaslength" value="1000">
<param name="USERNAME" value="$username">
</applet>
|