ページを再読込する2つの方法

1番目のボタンはwindow.locationオブジェクトに現在のファイルを入れて再読込
2番目のボタンはhistory.go(0)で再読込
実行結果


ヘッダ部分
なし

ボディ部分 <FORM> <INPUT TYPE="button" VALUE="Reload1" onClick="window.location = 'sample0085.html'"> <INPUT TYPE="button" VALUE="Reload2" onClick="history.go(0)"> </FORM>