+ -
当前位置:首页 → 问答吧 → 在PHP中自动跳转页面用什么啊?

在PHP中自动跳转页面用什么啊?

时间:2008-09-01

来源:互联网

在PHP中自动跳转页面用什么啊?

作者: flysky2557   发布时间: 2008-09-01

用处太多了,哈哈~自己研究吧~

我处理完一个页面,可以逃到另一个上啊

作者: 神啊   发布时间: 2008-09-01

php的header
Header("Location: http://www.dreamdu.com/xhtml/");

JavaScript的window.location
echo "<script>window.location=\"http://www.dreamdu.com/xhtml/\";</script>";

HTML的meta的refresh
echo "<meta http-equiv=\"refresh\" content=\"0; url=http://www.dreamdu.com/\" />";

作者: janvi   发布时间: 2008-11-17

热门下载

更多