Advertisement
C_Volume2 Miscellaneous #80604

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