Put this html in your webpage
to make a chat room gateway: <form target="entropychat" action="http://mydomain.com:2084/">
Nick Name: <input type="text" name="nick" value="">
<input type="hidden" name="channel" value="mydomain.com">
<input type="submit" value="Enter Chat">
</form>
|