onClick="reset()"
windowの最近のブログ記事
window.print()
印刷を開始。
w=window.open('demoimg/k-tai.html','_blank','width=250,height=600,scrollbars=yes');
window.location.href="takenote/index.html";
menuというFrameに行う場合は
top.menu.location.href = "menu.html";
再読込は
window.location.reload
history.back
onClick="JavaScript:window.history.back()"