Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リンクがフレーム (フレームセット) 内にあり、javascript でウィンドウを閉じることができません。私はjsで見つけたものをすべて試してみましたが、うまくいきませんでした。
<script> function close_window() { if (confirm("Close?")) { window.close(); } } </script> <a href="#" onclick="close_window();">Close</a>