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

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