By adding two applet parameters, you can automate access to the
VOLANO chat server. You can use a CGI script to build the applet tag
dynamically, inserting member names and profiles as parameters of
the applet. The applet below is shown with a username
of "John" and a profile
of "http://www.volano.com/".
The applet tag for this applet is the same as the normal VolanoChat applet except for the following additional parameters:
<param name="username" value="John" /> <param name="profile" value="http://www.volano.com/" />
These parameters may be used with the MyVolanoChat applet as well, as shown below (VOLANO Chat Pro Server only).
The applet tag for this applet is the same as the normal MyVolanoChat applet except for the following additional parameters:
<param name="username" value="John" /> <param name="profile" value="http://www.volano.com/" />
The username
parameter puts visitors to the
WebVolanoChat applet directly into the chat room, as shown below:
The applet tag for this applet is the same as the normal WebVolanoChat applet except for the following additional parameters:
<param name="username" value="John" /> <param name="profile" value="http://www.volano.com/" />