where I have to save XML file to link to website?

  • Thread starter Thread starter jelenalug
  • Start date Start date
for the client javascript to access it via xmlhttprequest, it should be
on the same site has the hosting page. you might want to make a
subfolder. don't put it in the data folder, or the client script will
not be able to access it.

you could also have an asp.net page that just returned the xml file if
it needs to be dynamic.

-- bruce (sqlwork.com)
 
Back
Top