redir-3.html   [plain text]


<html>
<head>
<title>Redirect 3</title>
<script>
window.setTimeout("window.history.back()", 1000);
</script>
</head>
<body>
<p>Going back...</p>
</body>
</html>