[JavaScript] ウインドウを自動的に閉じる


3秒後にウインドウを自動的に閉じる検証プログラムです。

ログアウト
<a href="logout2.html">


window.location = "logout2.html";


window.open("logout2.html","_self");