AJAX - Return Arrays and Structs to your JavaScript with XML: Difference between revisions

m
add syntax highlighting
m (add syntax highlighting)
m (add syntax highlighting)
Line 54: Line 54:
4) get the values from the XML
4) get the values from the XML


<source lang="js">
  function onNameCasing(oRMI) {
  function onNameCasing(oRMI) {
   // If no errors
   // If no errors
Line 82: Line 83:
   }
   }
  }
  }
</source>


[[Category:Web Programming]]
[[Category:Web Programming]]
[[Category:AJAX]]
[[Category:AJAX]]