<meta http-equiv="refresh" content="10;URL=http://colorweb.go.163.com">

解决方案 »

  1.   

    <body onload="setTimeout('self.opener=null;self.close()',10000)">
      

  2.   

    <body onload="setTimeout('self.opener=null;self.close()',10000)">
      

  3.   

    <script>
    <!--
    function self_close() {
        setTimeout("self.close()",10000);
    }
    function gourl() {
        setTimeout("window.open('http://www.5inet.net/','_self','');",10000);
    }
    //-->
    </script><button onclick="gourl();">点此跳转页面</button>
    <button onclick="self_close();">点此关闭页面</button>
      

  4.   

    我不懂asp.net啊,怎么办啊?但是我会写。
      

  5.   

    就是,你问的问题与ASP.NET一点关系都没有,就是网页制作的问题,还要扯到.NET上干吗!
      

  6.   

    我要在asp.net中使用,而且要在服务器端执行,
    如果你明白什么是asp.net的codebehind,你会明白的
      

  7.   

    我要在asp.net中使用,而且要在服务器端执行,
    如果你明白什么是asp.net的codebehind,你会明白的