Setting custom help file location

Top  Previous  Next

You may define a custom help file to be used when clicking on the "Help" button by passing the helpUrl applet parameter with a value of the URL to the help file contents.

 

Example

 

<param name="helpUrl" value="http://www.yourserver.com/anyclient-enterprise/docs.html">

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

helpUrl = http://www.yourserver.com/anyclient-enterprise/docs.html

 

The above example demonstrates this setting loading applet parameters from the params.txt file.

 

See also

 

Specifying applet parameters