直接放连接http://www.zyue.com/xueche/index.aspx,打开页面后,点击其他栏目后,按浏览器上的返回上一个页面 没反应。什么原因啊?

解决方案 »

  1.   

    我看了你的网站,确实有上面的问题我的初步估计是你地图上的热区问题,调试第一步:你可以去掉热区以后看看是不是速度快些如果是热区问题,我建议你用Google地图作这个,可能效果会更好些!
      

  2.   

    好多热区啊 不清楚 你点的是<a>  还是热区
      

  3.   

    和热区没关系吧?http://www.zyue.com/user/tuanguo.aspx 这个页面一样的
      

  4.   

    因为你的页面里面含有人家的代码,http://www.sina.com.cn/iframe/2008/weather/310100.html
      

  5.   

    因为你的页面里面含有人家的代码,http://www.sina.com.cn/iframe/2008/weather/310100.html
      

  6.   


    <html>
    <head>
     <title>test</title>
    </head>
    <body>
    <iframe src="http://news.sina.com.cn/iframe/2008/weather/jump_new.html"></iframe>
    </body>
    </html>
      

  7.   

    你页面里面包含了这个地址:http://news.sina.com.cn/iframe/2008/weather/jump_new.html本来就是跳转到这里的:http://www.sina.com.cn/iframe/2008/weather/110100.html当他后退的时候去http://news.sina.com.cn/iframe/2008/weather/jump_new.html这个页面后又自动跳转到110110.html,所以看起来没有后退,其实是后退过了,又自动跳转回来了而已。