修改ie设置:
菜单-->>
tools-->>
internet options-->>
general-->>
settings-->>
选择:every visit to the page

解决方案 »

  1.   

    location.href="list.jsp?t=<%这里用jsp的语句输出一个随机数,我不会%>"
      

  2.   

    不行的话,location.href="list.jsp?id=随机数"试试。写一个生成随即数的函数。
      

  3.   

    location.href="list.jsp?t=parseInt(Math.random()*1000);
    搞定了,谢谢各位,马上算帐
      

  4.   

    location.href="list.jsp?t=" + parseInt(Math.random()*1000);
    写错了,不好意思