Hi,

If you would like to use the Java VNCViewer on a different host from
where the applet is embedded, you can set CODEBASE to the other host
and change this line:

    logo = getImage(getDocumentBase(), "logo150x150.gif");

to

    logo = getImage(getCodeBase(), "logo150x150.gif");

Amir
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to