PreviousNextUpFAQ Table of Contents

MyVolanoChat Parameters

The MyVolanoChat applet allows VolanoChatPro customers to offer personal chat rooms to their Web hosting customers or affiliate sites. The MyVolanoChat applet looks like the following:

Applet 8.1: MyVolanoChat applet.

The applet tag which embeds the applet shown above is:

<applet codebase="vcclient"
        archive="COM/volano/MyVolanoChat.zip"
        code="COM.volano.MyVolanoChat.class"
        width="500" height="100">
<param name="cabbase" value="COM/volano/MyVolanoChat.cab">
<param name="color"   value="#FFFFFF">
<param name="group"   value="John's Personal Chat Room">
<param name="text"    value="english.txt">
</applet>

The MyVolanoChat applet takes the visitor directly into a personal chat room unique to its Web page and not present in the list of public chat rooms available in the VolanoChat server. All of the applet parameters available for the VolanoChat applet may also be specified for the MyVolanoChat applet except for the monitor, admin, member, and password parameters. The applet parameters are described in the Parameters section of the VolanoChat Applet chapter.

In addition, if the applet property override.myvolanochat is true, any of the applet properties may be overridden on the Web page by specifying the property as a parameter of the applet. See the next section, Overriding Default Properties for more information.


PreviousNextUpFAQ Check HTML Table of Contents