叶面跳转

5 篇文章 0 订阅
1.
<html>
<meta http-equiv="refresh" content="3; url=index.php">
</html>

2.
<?
Header("location:index.php");
?>
//PHP自带

3.
页面跳转(javascript/php)
============================
有好几种方法:
(1)在页面中跳转:加入以下句子,2秒后跳到test.html
   <meta HTTP-EQUIV=REFRESH CONTENT='2; URL=test.html'>
(2)2秒后转到ly2.php
   <script>setTimeout("location.href='ly2.php'",2000)</script>
(3)在php中用header()函数跳转:
   header("Location :http://www.xxx.com");
(4)用一个按钮,点击后跳转:(5种按钮)
  


<input type=button value=Return onClick

="javascript:location.href('URL');">

<input type=button value=Return onClick="javascript:window.location.href('URL');">

<input type=button value=Return onClick="javascript:window.location.replace('URL');">

<input type=button value=Return onClick="javascript:window.location.assign('URL');">

<input type="button" value="Return" onClick="window.location='URL'" /><!--这种最好-->


<? 
//利用meta 
echo "<meta http-equiv=refresh content='0; url=http://www.phpx.com'>"; 
?>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值