ho un errore in questa funzione:

Errore: ActiveXObject is not defined
File sorgente: http://localhost/test3.asp
Riga: 18

function send_ok() {
var richiesta = new ActiveXObject("Microsoft.XMLHTTP");
// Apro l'oggetto ed invio la richiesta
richiesta.Open("POST", "http://mio_sito/Xml", true);
richiesta.Send(login_ok);
// Stampo a video il contenuto del file Xml remoto
alert(richiesta.responseText);
}
</script>