Advertisement
ASP_Volume2 Miscellaneous #39542

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

Riepilogo AI: 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.

Codice sorgente
original-source
<HEAD>
<SCRIPT LANGUAGE="JavaScript"><!--
setTimeout("top.location.href = 'http://www.somewhere.com/'",5000);
//--></SCRIPT>
</HEAD>
Commenti originali (3)
Recuperato da Wayback Machine