How disable cookie warning, when call method .Write of Object("HTMLFile")?
Code:
look at the screen:
Attachment 96491
Code:
Code:
Set objDocument = CreateObject("HTMLFile")
Set oHttp = CreateObject("MSXML2.ServerXmlHttp.6.0")
sTemp = colUrls(i)
oHttp.Open "GET", sTemp, False
oHttp.setRequestHeader "Content-Type", "text/xml"
oHttp.sEnd
objDocument.Write oHttp.responsetext '<--- warning shows in this place
Attachment 96491