Hi
I am looking for ajax code that will allow me to load two xml files in two tables on the same webpage. I look at w3 schools and I have used the code template at https://www.w3schools.c om/js/js_ajax_xmlfile .asp get cd that loads XML files into a table AJAX XML Example
The following example will demonstrate how a web page can fetch information from an XML file with AJAX but cant figure out how to use it to do do 2 tables one webpage using document.getEle mentById("demo" ).innerHTML = table;
} not write
I am looking for ajax code that will allow me to load two xml files in two tables on the same webpage. I look at w3 schools and I have used the code template at https://www.w3schools.c om/js/js_ajax_xmlfile .asp get cd that loads XML files into a table AJAX XML Example
The following example will demonstrate how a web page can fetch information from an XML file with AJAX but cant figure out how to use it to do do 2 tables one webpage using document.getEle mentById("demo" ).innerHTML = table;
} not write
Comment