yoyebina
代码如下:
<input type=button value=刷新 onclick="history.go(0)"> 

  代码如下:
<input type=button value=刷新 onclick="location.reload()"> 

  代码如下:
<input type=button value=刷新 onclick="location=location">

  代码如下:
<input type=button value=刷新 onclick="window.navigate(location)"> 

代码如下:
<input type=button value=刷新 onclick="location.replace(location)"> 



下面这三种我就不知道该怎么用了,就把代码放在下面吧,哪位要是会的话,可教教大家。

<input type=button value=刷新 onclick="document.execCommand(@#Refresh@#)"> 
<input type=button value=刷新 onclick="window.open(@#自身的文件@#,@#_self@#)"> 
<input type=button value=刷新 onClick=document.all.WebBrowser.ExecWB(22,1)>


引用页:http://www.cnblogs.com/duanqs/archive/2006/11/22/569248.html

分类:

技术点:

相关文章:

  • 2021-09-12
  • 2021-09-18
  • 2021-12-05
  • 2021-08-14
  • 2021-12-05
  • 2021-12-05
猜你喜欢
  • 2021-12-15
  • 2021-08-14
  • 2021-12-05
  • 2021-12-29
  • 2021-09-07
  • 2021-12-12
相关资源
相似解决方案