服务器2003 数据库MYSQL在局域网内LINUX服务器上
history.go(-1)有时是退回上一页没有刷新
有时刷新了加了reload也一样
希望高手帮忙指点一下  以前数据库在本地的时候没有这种情况

解决方案 »

  1.   

    history.go(-1);location.href.reload();
    or:
    history.back();location.href.reload();
      

  2.   

    在上一个页面加
    <?php
        header ("Cache-Control: no-cache, must-revalidate"); 
        header ("Pragma: no-cache"); 
    ?>
      

  3.   

    history.go(-1)
    只是返回上一页面,而上一页面如你输入的数据是根本没有保存的