Disabling passive connection status |
You may disable the ability to check / uncheck the anonymous option in the connection dialog by passing the enablePassive applet parameter to the applet with a value of false.
Example
<param name="enablePassive" value="false">
The above example demonstrates this setting using HTML applet parameters.
Example
enablePassive = false
The above example demonstrates this setting loading applet parameters from the params.txt file.
See also