0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

jsでfullscreen表示時させるもwindow枠が消えない問題対応

Last updated at Posted at 2014-02-01

IEのインターネットオプション
-> セキュリティ
-> レベルのカスタマイズ
-> サイズや位置の制限なしにスクリプトでウィンドウを開くことを許可する
-> 有効にする

レジストリ
; サイズや位置の制限なしにスクリプトでウィンドウを開くことを許可する (信頼済みサイト)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2]
-"2102"=dword:00000000 ;無効(デフォルト)
+"2102"=dword:00000000 ;有効
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?