I have successfully done this. Here is the HTML that I have for the web
page:

<HTML><HEAD><TITLE> VNC desktop </TITLE></HEAD>
<BODY>
<APPLET CODE=vncviewer.class ARCHIVE=vncviewer.jar CODEBASE="http://<your
ip>" WIDTH=1024 HEIGHT=780>  <-- change the width and height to your
resolution
<param name=PORT value=81>     <-- change this to the port you have VNC
running on, usually 5900
You need to enable Java in your browser
</APPLET>
</BODY>
</HTML>

You also need to copy the following files into the server root:

vncviewer.class
vncviewer.jar

I'm not sure if you can have this running in a folder or not. I have it in
the server root. The share desktop option is shown in the java applet once
you get it loaded.

Hope that helps you out!

-Dave



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kevin M. Hilscher
Sent: Tuesday, March 13, 2001 5:55 PM
To: [EMAIL PROTECTED]
Subject: Separating WinVNC and the Java Appet

I would like to separate the Java Applet HTML from the WinVNC server and
load it onto a web server. Then I would like to change some of the
applet default parameters, such as <param name="share desktop"
value="Yes">

I've attempted to do this but just get a web page with a gray applet box
with no login prompt.

Any suggestions?

Kevin M. Hilscher
Sr. Systems Engineer
905888 Alberta Ltd. o/a LAN Magic
(403) 217-9792
[EMAIL PROTECTED]
www.lanmagic.net

[demime 0.97b removed an attachment of type application/x-pkcs7-signature
which had a name of smime.p7s]
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to