PreviousNextUpFAQ Table of Contents

WebVolanoChat Applet

This is a demonstration of the WebVolanoChat applet which embeds the chat room directly in the Web page. Note that you can use this applet with dynamically generated Web pages to place your visitors directly into a chat room without any initial prompting at all.

The WebVolanoChat applet has an additional parameter not available with the VolanoChat or MyVolanoChat applet:

title
defines the text string to be placed as the title of the applet. If no title is given, the room name is used for the applet title.

Note: The WebVolanoChat applet creates only public rooms. It does not use the public parameter that is available with the MyVolanoChat applet.

Applet 9.1: WebVolanoChat applet.

The applet tag which embeds the applet shown above is:

<applet codebase="vcclient"
        archive="COM/volano/WebVolanoChat.jar"
        code="COM.volano.WebVolanoChat.class"
        width="500" height="300">
<param name="cabbase" value="COM/volano/WebVolanoChat.cab">
<param name="color"   value="#FFFFFF">
<param name="group"   value="Web Room Demo">
<param name="text"    value="english.txt">
</applet>

PreviousNextUpFAQ Check HTML Table of Contents