Stofftierchen13 / np-activex

Automatically exported from code.google.com/p/np-activex
0 stars 0 forks source link

ActiveXObject not working in chrome #360

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

ActiveX is not working in chrome.
Please have a look at below given code. its not working in chrome.

function RunFile() {
        WshShell = new ActiveXObject("WScript.Shell");
        WshShell.Run("c:/windows/system32/notepad.exe", 1, false);
    }

Kindly provide some solution.

Thanks,
Jeetendra

Original issue reported on code.google.com by jeetendr...@gmail.com on 8 Dec 2014 at 11:43