Click to See Complete Forum and Search --> : xml in javascript for all browsers


faamugol
05-05-2004, 11:23 AM
Dear members,

I would like to know if there is a way (methode) to use XML file in Javascript that supports all browser.

xmldoc = new ActiveXObject("Microsoft.XMLDOM") supports only Intenet Explorer and my application must support all browser.

Can any one help me with some ideas or likns.

Thank in advance

Khalid Ali
05-05-2004, 03:40 PM
when you say all browsers,thats a very tricky term.
because to my knowledge only the 2 major browsers will allow you to do something like that
Netscape6+ (mozilla 1+ based) and
IE5.5+

if these 2 browsers or ok then
here is the link where you can find exact answer (http://www.webapplikations.com/pages/html_js/xmlstuff/XMLHttpRequest.html)