1. 在<head></head>区域加入 
代码: <meta http-equiv=Pragma content=no-cache> 
<Meta http-equiv="refresh" content="3;url=’http://hztv.com.ru’ "> 
2. JavaScript 
代码: <SCRIPT LANGUAGE="JavaScript"> 
<!-- Begin 
redirTime = "3000"; 
redirURL = "http://hztv.com.ru/"; 
function redirTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); } 
// End --> 
</script> 
<body onLoad="redirTimer()"> 
3. JavaScript
代码: <html><head><title>稍候</title></head>
<body>
<script language=’javascript’>document.location = ’跳转地址’</script>
</body>
</html>