Hiding the remote directory listing
Top  Previous  Next

You may hide the remote directory listing by passing the showRemote applet parameter with a value of false.

Example


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

The above example demonstrates this setting using HTML applet parameters.

Example


showRemote = false 

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