手机
当前位置:查字典教程网 >编程开发 >php教程 >php 不使用js实现页面跳转
php 不使用js实现页面跳转
摘要:在页面跳转的时候一般使用都是jswindow.location.href当然也可以使用复制代码代码如下:content的值就是跳转的延时

在页面跳转的时候

一般使用都是js

window.location.href

当然也可以使用

复制代码 代码如下:

<html>

<head>

<meta http-equiv="refresh" content="0;url=http://www.baidu.com">

<title></title>

</head>

<body>

</body>

</html>

content的值就是 跳转的延时

【php 不使用js实现页面跳转】相关文章:

php使用标签替换的方式生成静态页面

php中file_exists函数使用详解

在php中使用sockets:从新闻组中获取文章

php使用cookie实现记住登录状态

PHP SplObjectStorage使用实例

用libtemplate实现静态网页生成

php开发中的页面跳转方法总结

php+ajax实现无刷新动态加载数据技术

PHP 反射(Reflection)使用实例

php实现的IMEI限制的短信验证码发送类

精品推荐
分类导航