Installation of a properly executing Jabber Applet
requires all applet related programs to be installed on the same
machine. This is a general applet requirement, not a specific Jabber
Applet requirement. In short (1) An applet must be served from the same
machine that the html page that loads it and (2) the Jabber Applet must
connect to a Jabber Server running on the same machine as itself.
Or a little more detailed explanation:
<APPLET ARCHIVE="JabberApplet.jar" CODE="org/jabber/applet/JabberApplet.class" HEIGHT=200 WIDTH=200 VIEWASTEXT>
<param name="xmlhostname" value="jabber.myserver.org">
</APPLET>
The HEIGHT and WIDTH settings are optional.
If you want the applet to show up in an extra browser window without menu bars, put the code above in an applet.html and use
<a href="javascript:(function(){window.open('http://myserver.net/applet.html','JabberApplet','width=200,height=300,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no'); })();">JabberApplet</a>