What you want to do is probably not possible, unless you create an applet with will run with proper security manager settings (thus requiring proper certificate, etc.). Generally, anything that runs in browser can not really touch user's computer, as it would be a high security risk.
-Matej On Nov 22, 2007 11:31 AM, raybristol <[EMAIL PROTECTED]> wrote: > > Hi, > > I need to trigger a program which installed on client machine when use press > a button from a web page, I wonder what's the best way to do it? Any links? > > Many thanks, > Ray > -- > View this message in context: > http://www.nabble.com/Trigger-client-machine-program-tf4855543.html#a13894375 > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
