There are some key HTML parameters that must be included with your applet code. If you change these settings from what you registered, your room will not work correctly. As in all HTML parameters, capitalization counts! Below you will see a description of each value.
<!-- Begin ParaChat Room Code -->
<table border="1" bgcolor="eeeeee"><tr><td>
<iframe src="http://host7.parachat.com/pchat/applet/if.php?site=315xx&room=Lobby&width=700&height=500" framespacing="0" frameborder="no" scrolling="no" width="700" height="500" style="background-color:#eeeeee;">
<p>You do not have iframes enabled. <a href="http://www.parachat.com/faq/iframe">More Info</a></p></iframe><a href="http://www.parachat.com"><img src="http://www.parachat.com/images/basic.png" border="0"></a>
</td></tr></table>
<!-- End ParaChat Room Code -->
site = The name of your Site issued to you when you signed up for your service.
room = Name of your registered chat room.
height = Setting for the height of the chat room on your web page.
width = Setting for the width of the chat room on your web page.
bgcolor & background-color = Settings for the background or your chat room. To modify the background color, both setting must be changed to the same value.
There are some key HTML parameters that must be included with your applet code. If you change these settings from what you registered, your room will not work correctly. As in all HTML parameters, capitalization counts! Below you will see a description of each value.
<!-- Begin Chat Applet Code -->
<applet codebase=http://demo.paracht.com/pchat/classes
archive=papplet.jar code=pclient.main.ChatClient.class HEIGHT=400 WIDTH=600>
<param name="Net.Room" value="Lobby">
<param name="Net.Site" value="00000">
If you see this message you do not have a Java
enabled browser. Visit <a href="http://www.parachat.com/faq/java.html">
ParaChat Support</a> for more information on how to upgrade your browser!
</applet>
<!-- End Chat Applet Code -->
codebase = The URL of where you download the chat code.
height = Setting for the height of the chat room on your web page.
width = Setting for the width of the chat room on your web page.
archive = ParaChat Java class files
code = ParaChat Java class files
Net.Room = Name of your registered chat room.
Net.Site = The name of your Site issued to you when you signed up for your service.