网页刷新方法集合

<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)>

 

posted @ 2008-07-14 18:58  洗碗心得  阅读(105)  评论(0编辑  收藏  举报