i have the following code in javascript:
Code:
DebugObject = new ActiveXObject ('Zone.DebugObject');
in vb6 shouldnt it be..
Code:
Dim obj As Object
Set obj = CreateObject("Zone.DebugObject")
isnt it good? it says he couldnt create the object..and the javascript code works fine...