Cookie warning

W

witek

Here is a piece of code

Dim http As MSXML2.ServerXMLHTTP
Set http = New MSXML2.ServerXMLHTTP
http.Open "get", url, False
http.send
If http.Status = 200 Then
m_doc1.body.innerHTML = http.responseText


right after last instruction a security popup window appears with the text:

"Windows Security Warning
To allow this website to provide information personalized for you, will
you allow it to put a small file (called a cookie) on your computer?"



does anybody know how to disable that.
the best solution would be to disable by code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top