é tipo assim?
function testarOlaMundo(){
alert("ola mundo!");
if (alert)
return ('teste.html');
}
é tipo assim?
function testarOlaMundo(){
alert("ola mundo!");
if (alert)
return ('teste.html');
}
descubrí
function testarOlaMundo() {
alert("ola mundo!");
return window.location = 'teste.html';
}