|
|
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.
The applet tag which embeds the applet shown above is:
<applet codebase="vcclient"
archive="COM/volano/VolanoChat.zip"
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 |