index.vnc 678 Bytes
Newer Older
dscho's avatar
dscho committed
1 2 3
<!-- index.vnc - default html page for Java VNC viewer applet.  On any file
     ending in .vnc, the HTTP server embedded in Xvnc will substitute the
     following variables when preceded by a dollar: USER, DESKTOP, DISPLAY,
dscho's avatar
dscho committed
4 5
     APPLETWIDTH, APPLETHEIGHT, WIDTH, HEIGHT, PORT, PARAMS.  Use two dollar
     signs ($$) to get a dollar sign in the generated html. -->
dscho's avatar
dscho committed
6 7 8 9 10

<HTML>
<TITLE>
$USER's $DESKTOP desktop ($DISPLAY)
</TITLE>
dscho's avatar
dscho committed
11
<APPLET CODE=VncViewer.class ARCHIVE=VncViewer.jar
dscho's avatar
dscho committed
12 13
        WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT>
<param name=PORT value=$PORT>
dscho's avatar
dscho committed
14
<param name="Open New Window" value=yes>
dscho's avatar
dscho committed
15
</APPLET>
dscho's avatar
dscho committed
16
<BR>
dscho's avatar
dscho committed
17 18
<A href="http://www.tightvnc.com/">www.TightVNC.com</A>
</HTML>