Having problem with vbs file I want to run in HTML with
sPrefix = "LDAP://"
Set oRootDSE = GetObject(sPrefix & "RootDSE")
sDNS = oRootDSE.Get("DefaultNamingContext")
Receive ActiveX Component can't create object: 'GetObject'
Saw reference in thread329-1221917 that it was a Security setting issue but no reference to the correction to overcome
sPrefix = "LDAP://"
Set oRootDSE = GetObject(sPrefix & "RootDSE")
sDNS = oRootDSE.Get("DefaultNamingContext")
Receive ActiveX Component can't create object: 'GetObject'
Saw reference in thread329-1221917 that it was a Security setting issue but no reference to the correction to overcome