LoginSignup
3
6

More than 1 year has passed since last update.

GASでウィンドウを閉じる方法

Posted at

ダイアログの閉じ方とかはよく見かけますが、
ウィンドウを閉じるのが見当たらなかったので備忘録として残しておきます。

window.top.close()を使います。

<button onClick="window.top.close()">ウィンドウを閉じる</button>
3
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
6