1、用window.open一个没有工具栏的窗口打开你的页面
2、所有链接都用location.replace("url")的方式进行转换,不会产生历史,也就无法后退或前进

解决方案 »

  1.   

    心云意水真高!location.replace("url")果然不产生历史!
      

  2.   

     love location.replace("url");
      

  3.   

    xinyunyishui(心云意水)  强~~~  ^^
      

  4.   

    xinyunyishui(心云意水)  强~~~  ^^
      

  5.   

    <script language='javascript'>
    <!--
    window.open("news.asp",popwindow="asdfasdf","toolbar=no,menubar=yes,scrollbars=yes,resizable=yes,cation=yes,status=yes")
    //-->           //toolbar=no工具栏不显示
    </script>