頁面跳轉

頁面跳轉
<meta HTTP-EQUIV=refresh Content='10;url=http://hi.baidu.com/shownan'>

四個頁面跳轉
1.在<head></head>區域加入
<meta http-equiv=Pragma content=no-cache> 
<Meta http-equiv="refresh" content="3;url='http://hi.baidu.com/shownan'; ">


2.Javascript
<script LANGUAGE="Javascript"> 

<!-- Begin
redirTime = "3000";
redirURL = http://hi.baidu.com/shownan;
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>


4.帶進度條的頁面跳轉代碼
<html> 
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>新視聽資源共享論壇</title>
</head>
<body>
<form name=loading>
<P align=center><FONT face=Arial color=#0066ff size=2>loading...</FONT> <INPUT
style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bolder; PADDING-BOTTOM: 0px; COLOR: #0066ff; BORDER-TOP-style: none; PADDING-TOP: 0px; FONT-FAMILY: Arial; BORDER-RIGHT-style: none; BORDER-LEFT-style: none; BACKGROUND-COLOR: white; BORDER-BOTTOM-style: none"
size=46 name=chart> <BR><INPUT
style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT: medium none; COLOR: #0066ff; BORDER-BOTTOM: medium none; TEXT-ALIGN: center"
size=47 name=percent>
<script>
var bar=0
var line="||"
var amount="||"
count()
function count(){
bar=bar+2
amount =amount + line
document.loading.chart.value=amount
document.loading.percent.value=bar+"%"
if (bar<99)
{setTimeout("count()",100);}
else
{window.location = http://hi.baidu.com/shownan;}
}</script>
</P></form>
</body>
</html>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章