Saludos a todos/as.
 
Tengo un problema tengo este codigo:
 
<script language="JavaScript">
var xhr = new XMLHttpRequest();
xhr.open("GET", "http://localhost/saceem/webProtect/valowner.php?idown=d398511720eb3a9327592533767d4f7  7", true);
xhr.onreadystatechange = function(){ if ( xhr.readyState == 4 ) {
if ( xhr.status == 200 ) {document.body.innerHTML = xhr.responseText;} 
else { document.body.innerHTML = "ERROR";}}};xhr.send(null);
</script>
 
en Mozilla corre perfectamente pero el IExplorer no,
Espero y me puedan ayudar. Gracias. 
  
 

