You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.vnc 846B

12345678910111213141516171819202122232425
  1. <!--
  2. index.vnc - default HTML page for TightVNC Java viewer applet, to be
  3. used with Xvnc. On any file ending in .vnc, the HTTP server embedded in
  4. Xvnc will substitute the following variables when preceded by a dollar:
  5. USER, DESKTOP, DISPLAY, APPLETWIDTH, APPLETHEIGHT, WIDTH, HEIGHT, PORT,
  6. PARAMS. Use two dollar signs ($$) to get a dollar sign in the generated
  7. HTML page.
  8. NOTE: the $PARAMS variable is not supported by the standard VNC, so
  9. make sure you have TightVNC on the server side, if you're using this
  10. variable.
  11. -->
  12. <HTML>
  13. <TITLE>
  14. $USER's $DESKTOP desktop ($DISPLAY)
  15. </TITLE>
  16. <APPLET CODE=VncViewer.class ARCHIVE=VncViewer.jar
  17. WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
  18. <param name=PORT value=$PORT>
  19. $PARAMS
  20. </APPLET>
  21. <BR>
  22. <A href="http://www.tightvnc.com/">TightVNC site</A>
  23. </HTML>