
Enviado em 31/08/2017 - 19:07h
Olá, abaixo está minha requisição via AJAX. No Mozilla ela funciona, já no Chrome não.
<script type="text/javascript" >
function load() {
var xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function () {
if (this.readyState == 4 && this.status == 200) {
document.getElementById("demo").innerHTML = this.responseText;
}
};
xhttp.open("GET", "texto.html", true);
xhttp.send();
}
</script>
Trabalhando Nativamente com Logs no Linux
Jogando Daikatana (Steam) com Patch 1.3 via Luxtorpeda no Linux
LazyDocker – Interface de Usuário em Tempo Real para o Docker
Linux Mint: Zram + Swapfile em Btrfs
O widget do Plasma 6 Área de Notificação
Vou destruir sua infância:) (2)
[Resolvido] Conselho distribuiçao brasileira (12)









