I want to launch an application eg. notepad or MSword on click of a button using javascript function. I have tried ActiveXObject meant for IE.
function runApp()
{
var shell = new ActiveXObject("WScript.shell");
shell.run("notepad.exe", 1, True);
}
I need a solution which supports Firefox.
Please suggest.
Thanks in advance.
Code: Indent with four spaces. Bold:**Bold**. Line break: Two spaces at the end if the line. stackoverflow.com/markdown