Very good, I have this code in which I intend that after inactivity, redirected to login.html
var nameTime;
function ini() {
nameTime = setTimeout('location="login.html"',5000);
}
function parar() {
clearTimeout(nameTime);
nameTime...
asked by
17.01.2018 / 09:59