11种刷新按钮的方法

    技术2022-05-11  22

    刷新按钮方法1、<input  type=button  value=刷新  οnclick="history.go(0)"> 刷新按钮方法2、<input  type=button  value=刷新  οnclick="location.reload()"> 刷新按钮方法3、<input  type=button  value=刷新  οnclick="location=location"> 刷新按钮方法4、<input  type=button  value=刷新  οnclick="location.assign(location)"> 刷新按钮方法5、<input  type=button  value=刷新  οnclick="document.execCommand('Refresh')"> 刷新按钮方法6、<input  type=button  value=刷新  οnclick="window.navigate(location)"> 刷新按钮方法7、<input  type=button  value=刷新  οnclick="location.replace(location)"> 刷新按钮方法8、<input  type=button  value=刷新  οnclick="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>

    最新回复(0)