Snippets tagged "xmlhttprequest ajax"
classés par popularité
get by date
Replier tout
Shortest XmlHttpRequest instanciation ever
if (!XMLHttpRequest) { window.XMLHttpRequest = function() { return new ActiveXObject('Microsoft.XMLHTTP'); } }
