标签:
第一步:创建一个空白页面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
标签:
原文地址:http://www.cnblogs.com/wyss/p/5084686.html