Skip to content

Instantly share code, notes, and snippets.

@roramirez
Created September 1, 2016 17:17
Show Gist options
  • Save roramirez/5661b3886cf5b2851ea13ac93d9a73be to your computer and use it in GitHub Desktop.
Save roramirez/5661b3886cf5b2851ea13ac93d9a73be to your computer and use it in GitHub Desktop.
var xhttp;
if (window.XMLHttpRequest) {
xhttp = new XMLHttpRequest();
} else {
// code for IE6, IE5
xhttp = new ActiveXObject("Microsoft.XMLHTTP");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment