Hola,
Lo haz intentado hacer como lo hace forosdelweb después de logearte?
Si no esta habilitado el javascript
:
Código HTML:
Ver original <meta http-equiv="Refresh" content="2; URL=http://www.forosdelweb.com/login.php?do=login" />
Si esta habilitado javascript
:
Código Javascript
:
Ver originalfunction exec_refresh()
{
window.status = "Redirigiendo..." + myvar;
myvar = myvar + " .";
var timerID = setTimeout("exec_refresh();", 100);
if (timeout > 0)
{
timeout -= 1;
}
else
{
clearTimeout(timerID);
window.status = "";
window.location = "http://www.forosdelweb.com/login.php?do=login";
}
}
var myvar = "";
var timeout = 20;
exec_refresh();
Saludos!