-1
The following code is not working in Firefox.
<script>
function go(){
document.write('<p align="center">AGUARDE O ENCERRAMENTO...</p>');
}
setInterval("go();", 3000);
setInterval(function () { location.href = 'sair.php'; }, 5000);
</script>
Welcome to stackoverlow. Please take a look at our help center
– Wallace Maxters
Even I do not understand any javascript understand what you are asking. Instead of voting to close it would not be better to try, first, to improve it by editing it or asking for clarification?
– ramaral