| | Description of the parameters.
|
| server_side | specifies full URL (Uniform Resource Locator) or relative path to the Perl script chat.pl. If the path does begin with a slash (/) then it is assumed to be relative to the WebRoot directory, otherwise it is assumed to be relative to the directory where is placed the chat applet archive chat.jar. If this parameter is omitted it is implied what chat.pl is placed in the same directory as chat.jar.
|
| config | The name of the text file that contains the configuration directives. The file must reside in the same directory as the chat applet archive chat.jar.
|
| smiles | The filename of a image with smiles. This file must be placed in the same directory as the chat applet archive chat.jar.
|
| image | The filename of a image which will be imaged at a right lower corner of the chat applet. This file must be placed in the same directory as the chat applet archive chat.jar.
|
| banner_image | The filename of a image which will be imaged at right of the banner. This file must be placed in the same directory as the chat applet archive chat.jar.
|
| button_send | Whether or not to display the button for sending the message. Values - "Yes" | "No". Default - "Yes".
|
| auto-login | Allow you to pass user name to client applet. This parameter can be generated dynamically on the server-side (Perl, PHP, ASP, JSP...) or printed inside HTML page by javascript.
|
| login_first | Whether or not to display login window after start of the chat. Values - "Yes" | "No". Default - "No".
|
| only_reading | Look and feel "only_reading". Values - "Yes" | "No". Default - "No".
|
| arabic | Look and feel "arabic"(right-to-left text). Values - "Yes" | "No". Default - "No".
|
| fgColor | Foreground color of the applet(text labels and buttons labels). Must be specified as #RRGGBB. Default #000000.
|
| bgColor | Background color of the applet. Must be specified as #RRGGBB. Default #CCCCCC.
|