code:
function fnShellExecuteJ()
{
var objShell = new ActiveXObject("Shell.Application");
objShell.ShellExecute("C:\Program Files\Windows Media Player\wmplayer.exe", "", "", "open", 1);
}
^^ Found that
here but I don't know if its what you are looking for, or if it would even work lol. I don't have the first clue about coding unless its php or html
(which are useless here
).
Just trying to help out
. Good luck!