load function

wxdqz

New Member
Hi,

When I call like this

set licxmldoc = server.CreateObject("Microsoft.XMLDOM")
licxmldoc.async = false
licxmldoc.load("http://www.w3schools.com/xml/note.xml")

it does not work. But when I test the link on the browser, it works!


Can somebody tell me why I can it?

Thx
Joe
 
Back
Top