How do I get the XMLHttpRequest object?
Depending upon the browser… if (window.ActiveXObject) { // Internet Explorer http_request = new ActiveXObject(”Microsoft.XMLHTTP”); } else if…
Depending upon the browser… if (window.ActiveXObject) { // Internet Explorer http_request = new ActiveXObject(”Microsoft.XMLHTTP”); } else if…