在asp中加入
Response.Expires=0

解决方案 »

  1.   

    在按钮中写的是window.open(url,"framename")
      

  2.   

    在按钮中写的是window.open(url,"framename")
      

  3.   

    <frameset rows="100,*">
    <frame name=frmTop src="top.htm">
    <frame name=frmBottom stc="bottom.htm">
    </frameset>top.htm<input type="button" value="button 1" onclick="javascript:top.frmBottom.location.href='yourhtm.htm'">两个按钮代码类似,我只写一个,应该可以了吧!