PHP页面跳转,JS
页面跳转:
四个页面跳转
1.在<head></head>区域加入
<meta http-equiv=Pragma content=no-cache>
<Meta http-equiv="refresh" content="3;url='http://www.laohucheng.com'; ">
2.Javascript
<script LANGUAGE="Javascript">
<!-- Begin
redirTime = "3000";
redirURL = "http://www.laohucheng.com";
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://www.laohucheng.com";}
}</script>
</P></form>
</body>
</html>
=================================================
<?php
echo "<script language='javascript'>";
echo "this.location.replace('login.php')";
echo "</script>";
?>
本窗口(框架)跳转:
this.location.replace('login.php');
整个窗口跳转
parent.location.replace('login.php');
如果想在新窗口打开页面,不能使用location,只能使用window.open:
window.open('login.php','_blank','');
=================================================
还有一种js的:
echo '<script language="JavaScript">window.location.href="vip.php";</script>';
页面跳转:
四个页面跳转
1.在<head></head>区域加入
<meta http-equiv=Pragma content=no-cache>
<Meta http-equiv="refresh" content="3;url='http://www.laohucheng.com'; ">
2.Javascript
<script LANGUAGE="Javascript">
<!-- Begin
redirTime = "3000";
redirURL = "http://www.laohucheng.com";
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://www.laohucheng.com";}
}</script>
</P></form>
</body>
</html>
=================================================
<?php
echo "<script language='javascript'>";
echo "this.location.replace('login.php')";
echo "</script>";
?>
本窗口(框架)跳转:
this.location.replace('login.php');
整个窗口跳转
parent.location.replace('login.php');
如果想在新窗口打开页面,不能使用location,只能使用window.open:
window.open('login.php','_blank','');
=================================================
还有一种js的:
echo '<script language="JavaScript">window.location.href="vip.php";</script>';
作者:noel@淘宝网女装新款秋装连衣裙裤子外套上衣_2012时尚女装新款 Ecmall二次开发-PHP技术
地址:http://www.laohucheng.com/post/162/
版权所有©转载时必须以链接形式注明作者和原始出处及本声明!
优化php代码的40个技巧
响应鼠标变换表格背景或者颜色
2009
11:44
1361
0


