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