Click to See Complete Forum and Search --> : load xml file from a URL


joecool2005
11-21-2006, 07:30 AM
Hi,

How do you load an xml file from a URL?
I tried this and it did not work.

var xmlDoc=new ActiveXObject("Microsoft.XMLDOM");
xmlDoc.async="false";
xmlDoc.load("http://www.w3schools.com/xml/note.xml");


Thx
Joe

scottrickman
12-20-2006, 02:03 PM
are using classic asp?