11种刷新按钮的方法
刷新按钮方法1、<input  type=button  value=刷新  onclick=”history.go(0)”>
刷新按钮方法2、<input  type=button  value=刷新  onclick=”location.reload()”>
刷新按钮方法3、<input  type=button  value=刷新  onclick=”location=location”>
刷新按钮方法4、<input  type=button  value=刷新  onclick=”location.assign(location)”>
刷新按钮方法5、<input  type=button  value=刷新  onclick=”document.execCommand(‘Refresh’)”>
刷新按钮方法6、<input  type=button  value=刷新  onclick=”window.navigate(location)”>
刷新按钮方法7、<input  type=button  value=刷新  onclick=”location.replace(location)”>
刷新按钮方法8、<input  type=button  value=刷新  onclick=”window.open(‘自身的文件’,’_self’)”>
刷新按钮方法9、<input  type=button  value=刷新  onClick=document.all.WebBrowser.ExecWB(22,1)>  
刷新按钮方法10、<OBJECT  classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2  height=0  id=WebBrowser  width=0></OBJECT>
刷新按钮方法11、<form  action=”自身的文件”><input  type=submit  value=刷新></form><a  id=a1  href=”自身的文件”></a>
