Advertisement
7_2009-2012 Internet/ Browsers/ HTML #221193

Another simple javascript redirect

A simple redirect script.

AI

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

Source Code
original-source
<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>
Original Comments (3)
Recovered from Wayback Machine