showmodaldialog里的history有问题,包括:
1。history无法使用
2。在设置为自动更新时,其效果等同于不检查。

解决方案 »

  1.   

    换个方法吧:第三页改成:
    <html>
    <head>
    <title>3</title>
    <base target="_self">
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    </head><body>
    3
    <input type="button" value="<<<" onclick="location.href = document.referrer;">
    </body>
    </html>
      

  2.   

    document.referrer一定要在远程序运行才有效, 本机测试是没值的,就是说你要放到服务器上测试
      

  3.   

    to:hansonboy() 
    document.referrer记录来源的地址,这里也可以后退了。谢谢!