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.
|
|
|
|
|
![]() |
||
ActiveXObject & Wscript Problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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. |
|
|
![]() |
| Thread Tools | |
|
|
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 |