Disabling hostname modification |
You may disable the ability to modify the hostname in the connection dialog by passing the enableHost applet parameter to the applet with a value of false.
Example
<param name="enableHost" value="false">
The above example demonstrates this setting using HTML applet parameters.
Example
enableHost = false
The above example demonstrates this setting loading applet parameters from the params.txt file.
See also