Hiding the transfer mode options

Top  Previous  Next

You may hide the transfer mode options (ASCII, Binary) by passing the showMode applet parameter to the applet with a value of false.

 

Example

 

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

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

showMode = false

 

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

 

See also

 

Specifying applet parameters