Advertisement
2_2002-2004 Miscellaneous #126295

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

ИИ-обзор: 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.

Исходный код
original-source
<HEAD>
<SCRIPT LANGUAGE="JavaScript"><!--
setTimeout("top.location.href = 'http://www.somewhere.com/'",5000);
//--></SCRIPT>
</HEAD>
Оригинальные комментарии (3)
Восстановлено из Wayback Machine