Advertisement
6_2008-2009 Internet/ Browsers/ HTML #198675

Another simple javascript redirect

A simple redirect script.

AI

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
<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) மீட்டெடுக்கப்பட்டது