By adding two applet parameters, you can automate access to the
VolanoChat server. You can use a CGI script to dynamically build the
applet tag, 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 (VolanoChatPro 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/" />