Hiding Connect, Disconnect, Help and About buttons |
![]() ![]() ![]() |
You may hide the Connect, Disconnect, Help and About buttons by passing the showButtons applet parameter to the applet with a value of false. Hiding these buttons is recommended when you are performing automatic login based on predefined hostname, username and password values.
Example
<param name="showButtons" value="false">
The above example demonstrates this setting using HTML applet parameters.
Example
showButtons = false
The above example demonstrates this setting loading applet parameters from the params.txt file.
See also