history.go(移動するページ数:負数も可能)
function myBack() { history.go(-2); } <input type="button" value="2つ前に戻る" onclick="myBack();">
Top / Home / Index / Next