Jim Rowland said: > I apologize if this has been answered before but I have read several > threads stating that you could not save the password and wanted to ask > if anyone has maybe used a java script to do this. > > I am in the processing writing a web page that will be used to select a > vnc server and connect to a windows 2000 machine from. The user should > not have to enter a password or choose any options just choose from the > drop down menu and a view only window pops up.
Why don't you set the WinVNC server to not ask for a password? For WinVNC 3.3.7, look at the "AuthRequired" setting: http://www.realvnc.com/winvnc.html#11 For WinVNC v4 it is in the GUI: http://www.realvnc.com/v4/winvnc.html#6 You can also set the server to only allow view-only connections with "Disable Remote Keyboard & Pointer" (either GUI or registry) for version 3.3.7 (see link above). For v4 it is also in the GUI under "Inputs" (again, see link above). -- William Hooper _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
