Original: Web page Refresh Method collection
<input Type=button value= Refresh onclick= "history.go (0)" >
The code is as follows:
<input Type=button value= Refresh onclick= "Location.reload ()" >
The code is as follows:
<input Type=button value= Refresh onclick= "Location=location" >
The code is as follows:
<input Type=button value= Refresh onclick= "window.navigate (location)" >
The code is as follows:
<input Type=button value= Refresh onclick= "Location.replace (location)" >
The following three kinds of I do not know how to use, put the code below it, who if it will, can teach you.
<input Type=button value= Refresh onclick= "Document.execcommand (@#[email protected]#)" >
<input Type=button value= Refresh onclick= "window.open (@ #自身的文件 @#,@#[email protected]#)" >
<input Type=button value= Refresh ONCLICK=DOCUMENT.ALL.WEBBROWSER.EXECWB (22,1) >
Other Related:
transferred from:http://www.cnblogs.com/jyshi/