Disabling connection type modification

Top  Previous  Next

You may disable the ability to modify the connection type in the connection dialog by passing the enableConnectionType applet parameter to the applet with a value of false.

 

Example

 

<param name="enableConnectionType" value="false">

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

enableConnectionType = false

 

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

 

See also

 

Specifying applet parameters