What is the difference between CreateObject and ActiveXObject? I also saw Try Catch in one of the script. Don't know if this is possible in VBScript.
Printable View
What is the difference between CreateObject and ActiveXObject? I also saw Try Catch in one of the script. Don't know if this is possible in VBScript.
From a quick Google, it seems that ActiveXObject is the JavaScript equivalent of CreateObject.
:thumb: yep, that is what i thought too. Thanks Si