Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question about xml responsetext

Status
Not open for further replies.

lytus

MIS
Jun 17, 2004
48
US
Hi all, I was wondering how I can get this code to work on a page that you must login in order to get to it.

I am getting this error
C:\Scripts\returnstatus.vbs(8, 7) msxml3.dll: A security problem occurred.

set xml=createobject("Microsoft.XMLHTTP")
StartTime = now
xml.Open "GET", " False

xml.Send

sStatus = xml.status

if sStatus <> 200 then
'Send an event with the return status
end if
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top