Advertisement
ASP_Volume3 Miscellaneous #46784

Redirect a page after 5 seconds using Javascript

How do I redirect to another page after 5 seconds using JavaScript? Found at http://www.irt.org

AI

Resumen de IA: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Código fuente
original-source
<HEAD>
<SCRIPT LANGUAGE="JavaScript"><!--
setTimeout("top.location.href = 'http://www.somewhere.com/'",5000);
//--></SCRIPT>
</HEAD>
Comentarios originales (3)
Recuperado de Wayback Machine