|
Java Chat
If you would prefer a Java chat, just put the link below in any of your pages:
http://yourdomain.com/cgi-cde/mychat.cgi?channel=yourdomain.com
Normal CGI Chat
Put this html in your webpage to make a chat room gateway:
<form target="entropychat" action="http://yourdomain:20246/">
Nick Name: <input type="text" name="nick" value="">
<input type="hidden" name="channel" value="yourdomain.com">
<input type="submit" value="Enter Chat">
</form>
|