CODE
<p>Tempo para redirecionamento: <script language="javascript" type="text/javascript"><!--
var cont
var tmp = 11
function tempo() {
if(tmp >= 1) {
tmp--
} else {
window.location = "../index.php"
}
document.write(tmp)
}
window.setInterval("tempo()",1000);
--></script></p>
var cont
var tmp = 11
function tempo() {
if(tmp >= 1) {
tmp--
} else {
window.location = "../index.php"
}
document.write(tmp)
}
window.setInterval("tempo()",1000);
--></script></p>

Help














