<inputtype="button"value="戻る"onclick="modoru()"><inputtype="button"value="進む"onclick="susumu()"><inputtype="button"value="更新"onclick="koushin()">
//戻るfunctionmodoru(){history.back();}//進むfunctionsusumu(){history.forward();}//更新functionkoushin(){location.reload();}
進むボタン、戻るボタンは該当するページがなければ反応しない。