Quantcast
Channel: VBForums - CodeBank - Visual Basic 6 and earlier
Viewing all articles
Browse latest Browse all 1475

How disable cookie warning, when call method .Write of Object("HTMLFile")?

$
0
0
How disable cookie warning, when call method .Write of Object("HTMLFile")?
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

look at the screen:
Attachment 96491
Attached Images
 

Viewing all articles
Browse latest Browse all 1475

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>