Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 147
Default Cookie warning



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.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Warning Box Looping through Excel Programming 4 April 5th 08 01:06 AM
Pop up warning Michael Excel Discussion (Misc queries) 0 January 16th 08 04:02 PM
tough cookie Vincent Excel Discussion (Misc queries) 3 August 27th 07 05:17 PM
MSXML.DLL HTTP getAllResponseHeaders setRequestHeader "Cookie" Rick Excel Programming 0 October 25th 05 05:00 PM
webquery-cookie problems festdaddy Excel Programming 2 September 12th 05 01:12 PM


All times are GMT +1. The time now is 12:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"