home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / filesbbs / frei / vnc-java.arj / VNC-JAVA.ZIP / shared.vnc < prev    next >
Encoding:
Text File  |  1998-05-19  |  536 b   |  16 lines

  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>
  16.