Handle hostnames with upper-case letters
[webmin.git] / vnc / shared.vnc
1 <!-- This is an example of how to set default options in the Java VNC viewer
2      applet - in this case the "Share Desktop" option is set to "Yes".  Any
3      option can be set by giving a parameter with the same name as the
4      option (spaces are important, but case isn't) -->
5
6 <HTML>
7 <TITLE>
8 $USER's $DESKTOP desktop ($DISPLAY) [shared]
9 </TITLE>
10 <APPLET CODE=vncviewer.class ARCHIVE=vncviewer.jar
11         WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
12 <param name=PORT value=$PORT>
13 <param name="share desktop" value=yes>
14 </APPLET>
15 </HTML>