日志文章

2008年06月24日 10:36:23

javascript 刷新

<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="location.assign(location)">
<input type=button value=刷新 onclick="document.execCommand('Refresh')">
<input type=button value=刷新 onclick="window.navigate(location)">
<input type=button value=刷新 onclick="location.replace(location)">

Tags: javascript   刷新  

类别: 无分类 |  评论(0) |  浏览(2346) |  收藏
发表评论