On Tue, Jul 26, 2011 at 3:40 PM, Rajesh kumar <[email protected]> wrote: > How to open a application in the client side using Javascript/PHP page. I am > not sure about this. > > But its possible using activex control in Windows. Is any possibility for > Linux.
You need an applet/control to access local resources (must be granted access by the user either one time or every time) like you've seen even in Windows. Search for XPCOM to see a DCOM like cross-platform object model. You could do th same with Java applets too. -- Mohan Sundaram _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
