第一步:创建一个空白页面AutoRefresh.aspx,在<HEAD></HEAD>加入
<script type="text/javascript">setTimeout("location.href=‘AutoRefresh.aspx‘ ",120000)</script>
120000代表2分钟自动刷新一次
第二步:将这个页面‘AutoRefresh.aspx‘ 用框架包含到显示的主页面内就可以了
<iframe width="1" height="1" src="AutoRefresh.aspx"></iframe>
引用:http://bbs.csdn.net/topics/300155706
时间: 2024-10-31 18:37:30