ChromiVNC Java Viewer
Tim Senecal
tsenecal "at" denverpost.com
Tue, 23 Oct 2001 22:18:56 +0000
Bruce,
all those things that start with the "$" are environment
variables available in the *nix environment, they don't
exist, and aren't needed in the mac world...
here is my index.html file
(also modified from a *nix index.vnc):
<HTML>
<TITLE>
<!-- make the title what ever you want>
Tim's G3 Desktop
</TITLE>
<APPLET CODE=vncviewer.class ARCHIVE=vncviewer.jar WIDTH=1156 HEIGHT=900>
<!-- make the port the same as your real vnc port>
<param name=PORT value=5900>
</APPLET>
</HTML>
the only rocket science part is the WIDTH and HEIGHT statements,
they need to be a few pixels wider and about 30 pixels taller than
your screen (for a small border and the height of the
"cut/copy/paste/options" buttons in the java viewer).
Tim
---------------------------------------------------------------------
To unsubscribe, mail majordomo "at" uk.research.att.com with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------