</>code
- <iframe method="post" id ="IFrameName" src="aa.htm" ></iframe>
</>code
- <input type ="button" value ="刷新" onclick ="aa()"/>
- function aa() {
- //parent.location.replace(parent.location.href);//服务器端重新创建页面
- parent.document.location.reload();//相当于F5
- //window.location.href(parent.location.href);//iframe内容重定向
- }
如对本文有疑问,请提交到交流论坛,广大热心网友会为你解答!! 点击进入论坛