HTML跳转页面方法总结

<meta http-equiv="refresh" content="3;url=http://192.168.102.28/bbs">

 

<script>window.location.href="www.ecjtu.net"</script>

 

<?php   header("location:../test.php");   ?>

 

<%
   response.redirect "../a.asp"

   response.redirect "../b.asp"

%>

 

 

posted @ 2010-10-27 20:04  ActionBi  阅读(305)  评论(0编辑  收藏  举报