HTML页面如何转向代码

2025-11-16 04:34:21

1、 在<head></head>区域加入代码:代码如下

<meta http-equiv=Pragma content=no-cache>

<Meta http-equiv="refresh" content="3;url=' http://bluemem.blog.163.com ' ">

HTML页面如何转向代码

2、 使用JavaScript代码:

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin

redirTime = "3000";

redirURL = http://bluemem.blog.163.com;

function redirTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); }

// End -->

</script>

<body onLoad="redirTimer()">

HTML页面如何转向代码

3、 使用JavaScript代码:

<html><head><title>稍候。。。</title></head>

<body>

<script language='javascript'>document.location = ' http://bluemem.blog.163.com '</script>

</body>

</html>

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://bluemem.blog.163.com;}

}

</SCRIPT>

</form>

</body>

</html>

HTML页面如何转向代码

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢