ActiveXObject & Wscript Problem

This is a discussion on "ActiveXObject & Wscript Problem" within the JavaScript Forum section. This forum, and the thread "ActiveXObject & Wscript Problem are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 22nd, 2008, 07:49
New Member
Join Date: Jan 2008
Location: Philippines
Age: 25
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ActiveXObject & Wscript Problem

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.
Reply With Quote

Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
First image problem and inline list problem konnor5092 Web Page Design 8 Dec 1st, 2007 09:08


All times are GMT. The time now is 05:50.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43