csckid Posted April 18, 2009 Share Posted April 18, 2009 <xml ID="writersXML" SRC="images/feedback.xml"></xml> document.all("writersXML").XMLDocument the code works for IE but not mozilla.. what will be code for document.all("writersXML").XMLDocument in mozilla Quote Link to comment Share on other sites More sharing options...
darkfreaks Posted April 18, 2009 Share Posted April 18, 2009 because document.all is an outdated DOM function use document.getElementById() instead Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.