shared.vnc 593 B

1234567891011121314151617
  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. <HTML>
  6. <TITLE>
  7. $USER's $DESKTOP desktop ($DISPLAY) [shared]
  8. </TITLE>
  9. <APPLET CODE=VncViewer.class ARCHIVE=VncViewer.jar
  10. WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
  11. <param name=PORT value=$PORT>
  12. <param name="share desktop" value=yes>
  13. </APPLET>
  14. <BR>
  15. <A href="http://ultravnc.sf.net/">UltraVNC Site</A>
  16. </HTML>