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 Link to comment https://forums.phpfreaks.com/topic/154690-code-for-mozilla/ 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 Link to comment https://forums.phpfreaks.com/topic/154690-code-for-mozilla/#findComment-813454 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.