It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming JavaScript Forum

ActiveXObject & Wscript Problem

ActiveXObject & Wscript Problem

Postby rayzle16 on Tue Jan 22, 2008 8:47 am

why is it this line of code doesn't work on me?
var shell = new ActiveXObject("WScript.shell");

i am very sure that ActiveXObject feature works on my browser.

function alert_user()
{
if (window.ActiveXObject)
{
alert("supported");
}
else
{
alert("does not support");
}
}
and this one works too...
var ExcelApp = new ActiveXObject("Excel.Application");

what the hell is wrong with my computer? someone please help.
rayzle16
 
Posts: 0
Joined: Tue Jan 22, 2008 8:40 am

Who is online

Users browsing this forum: No registered users and 6 guests