Contents tagged with JavaScript

  • Cross Domain AJAX AKA OnDemand JavaScript

    Tags: JavaScript, Cross-Domain

    XmlHttpRequest is the traditional heart of any AJAX application. Having access to GET and POST requests to give a la carte updates to the pages is neat. But to really make use of the XmlHttpRequest a … more