WEB | change page timer

Problema: Redireccionar para página após determinado intervalo de tempo.
Solução: chamar a função redirTimer() seguinte no evento onLoad do Body.

<SCRIPT LANGUAGE="JavaScript">


<!-- Begin
redirTime = "15000";
redirURL = "Default2.aspx"; //url de destino
function redirTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); }
// End -->
</script>

Comments

Popular posts from this blog

Breaking down document locking in SharePoint

Document ID not being generated

Working around X-Frame-Options for iframes