js跟linux没关系吧?
meta标签可能放在head里才有效header("Location:  index.php");    
 
echo  "<script>window.location  =\"$PHP_SELF\";</script>";

解决方案 »

  1.   

    不是linux不支持js,是mozilla不能支持微软的DHTML。无法用window.location或
    window.open。
      

  2.   

    恩,我的意思是也不能通过js来刷新了.上面的这个我没看太懂.meta标签我没放到head里,如果是通过ie浏览器访问没有问题,但是通过linux的links和lynx访问都不成.
      

  3.   

    那把meta放到head里行不行呢?
      

  4.   

    可以用header("location:你要刷新的页面");
    但是使用header之前不能有输出
      

  5.   

    <meta>放在哪里都没关系
    不行就用header吧
    header("Location: index.php");
      

  6.   

    meta标签放在任何位置都是有效的。window.open是JS的基本函数,跟DHTML有啥关系?
    没用过mozilla,但不至于连open都不行吧。那还有个P用