mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
16 lines
536 B
Plaintext
16 lines
536 B
Plaintext
<!-- This is an example of how to set default options in the Java VNC viewer
|
|
applet - in this case the "Share Desktop" option is set to "Yes". Any
|
|
option can be set by giving a parameter with the same name as the
|
|
option (spaces are important, but case isn't) -->
|
|
|
|
<HTML>
|
|
<TITLE>
|
|
$USER's $DESKTOP desktop ($DISPLAY) [shared]
|
|
</TITLE>
|
|
<APPLET CODE=vncviewer.class ARCHIVE=vncviewer.jar
|
|
WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
|
|
<param name=PORT value=$PORT>
|
|
<param name="share desktop" value=yes>
|
|
</APPLET>
|
|
</HTML>
|