i use this script for run application on client side
function RunEXE(prog) {
var oShell = new ActiveXObject("WScript.Shell");
oShell.Run('"' + prog + '"', 1);
}
RunEXE('1.exe');
this code worked on IE but in Firefox does not worked for ActiveXObject
.
Question what is equivalent of this code for Firefox? or
how can convert this code for firefox?
what is equivalent of ActiveXobject
in firefox?
how can user WScript.Shell
in firefox?
no matter i can change all permission on client side browser