ASP刷新按钮

来源:百度知道 编辑:UC知道 时间:2024/07/07 16:25:04
<a href="javascript:location.reload()" target="_self">刷新</a>

我用这个代码做的按钮 老是出现“不重新发送信息,则无法刷新网页,请按 重试 再次发送信息” 这个提示 有什么办法不让他老提示 烦死了

用<meta http-equiv="refresh" content="3;URL=#">来刷新

没有办法,你当前的页面是表单post过来的,刷新都有提示。除非你自己设置IE不让它提示

<input name=button type=button onclick="window.location.reload()" value=刷新>