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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loading and parsing an xml file without using activex

Status
Not open for further replies.

trent101

Programmer
Nov 4, 2005
50
AU
Hey,

I am loading and parsing a xml file using javascript. It worked fine using activex however, I have come to realise that this is useless as most people have activex disabled.

What I would like to know is how do I do this not using activex in internet explorer and any other browsers.

I have spent many hours searching this but have come up with nothing.

Any help much appreciated
 
In that case, you start googling with
[tt] document.implementation.createElement[/tt]
 
I meant
[tt] document.implementation.create[blue]Document[/blue][/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top