>>>>>> The new ActiveXObject will blok other functions ... I don't know why ? A security issue ?
IE blocked ActiveXObject calls. So I can turn it of.
BUt how can I detect it's on or Off, so it won't block my whole script/webpage ? Cause the subscript (aka function()) returns nothing.
Is there...
var fso;
fso = Server.CreateObject("Scripting.FileSystemObject")
//For JavaScript or JScript.
var fso;
fso = new ActiveXObject("Scripting.FileSystemObject")
//For JavaScript or JScript.
What's the difference between both above: Server.CreateObject and Active X
You mean such a script ? I don't know what you say by " that write some VBScript code without execute it ..." ? What I'm missing there ?
So this is a Javascript one, schould work ... ? Only by calling this function, the main function who's detecting other plugins (what normally work) crashes...
Detecting existing file with VBscript and HTML Document.write
I am doing something wrong, but I think it's possible. It's about detecting EWH32.API from adobe so I can detect the webbrowser plugin.
Code
-----
function detectEWH32(DriveID,name) {
//
// By Peter Boons - Belgium
//...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.