I am trying to launch an application from a webpage with parameters. Activex shown below works only at IE.
MyObject = new ActiveXObject( "WScript.Shell" );
MyObject.Run('"C:\\Program Files\\application.exe" -guiparm=".." -system=..-client=..-user=.. -pw=..'); `
Is there any other way to do that cross browser?
Thank you very much for your help