Another simple javascript redirect
A simple redirect script.
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.
Исходный код
<html>
<head>
<title>Simple redirect</title>
<SCRIPT LANGUAGE="JavaScript">
<!-- hide
function go()
{
window.location.href="http://www.biblioteksbolaget.se"
}
-->
</SCRIPT>
</head>
<body onLoad="setTimeout('go()',5000)">
<p> You will be redirected in 5 seconds.
</body>
</html>
Оригинальные комментарии (3)
Восстановлено из Wayback Machine