aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/window/focus/index.html
blob: 6008544ef7bd2f3838aaff307454e2e60da20156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: window.focus
slug: Web/API/Window/focus
tags:
  - DOM
  - DOM_0
  - Gecko
  - Gecko DOM Reference
  - Window
translation_of: Web/API/Window/focus
---
<div>
 {{ApiRef}}</div>
<h2 id="Summary" name="Summary">概要</h2>
<p>ウィンドウにフォーカスを合わせます。</p>
<h2 id="Syntax" name="Syntax">構文</h2>
<pre class="syntaxbox">window.focus()
</pre>
<h2 id="Example" name="Example"></h2>
<pre class="brush:js">if ( clicked ) {
  window.focus();
}</pre>
<h2 id="Specification" name="Specification">仕様</h2>
<p>{{DOM0}}</p>