|
|
Table of Contents |
The default interface of the VolanoChat applet is simply a button on the Web page, such as the applet below which links into Volano's demonstration server:
Applet 7.1: VolanoChat default interface.
Note that this page is not authorized for access to our demonstration server, so you'll get an error Web page if you push the applet button. To access our demonstration server, go to this page.
The applet tag which embeds the applet shown above is:
<applet codebase="vcclient"
archive="COM/volano/VolanoChat.jar"
code="COM.volano.VolanoChat.class"
width="500" height="60">
<param name="cabbase" value="COM/volano/VolanoChat.cab">
<param name="color" value="#FFFFFF">
<param name="group" value="Welcome to Volano!">
<param name="text" value="english.txt">
</applet>
|
|
Check HTML | Table of Contents |