Skip to content Skip to sidebar Skip to footer
Showing posts with the label Activexobject

Referenceerror: Not Defined With Activex

what does it mean to get this error: ReferenceError: ActiveXObject is not defined var fso = new Act… Read more Referenceerror: Not Defined With Activex

Suppress Ado Security Warning In Javascript/htm Page

I have a fully functioning site stored on a network drive along with an Access Database which acts … Read more Suppress Ado Security Warning In Javascript/htm Page

In Javascript, When Finished With An Object Created Via New Activexobject, Do I Need To Set It To Null?

In a Javascript program that runs within WSH and creates objects, let's say Scripting.FileSyste… Read more In Javascript, When Finished With An Object Created Via New Activexobject, Do I Need To Set It To Null?

Activexobject Filesystemobject Not Releasing In Javascript

I have a Javascript function that saves JSON data locally, using an ActiveXObject in IE9. It links … Read more Activexobject Filesystemobject Not Releasing In Javascript

Activexobject("scripting.filesystemobject") Not Working For Me

I want to add names of files of a specific folder to an JS's array, but nothing happens: var pi… Read more Activexobject("scripting.filesystemobject") Not Working For Me

Encapsulate ActiveX For JavaScript

I'm trying to develop an website that can use a specific mailing program (lotus-notes), but to … Read more Encapsulate ActiveX For JavaScript