diff options
Diffstat (limited to 'files/ja/web/api/window/home/index.html')
| -rw-r--r-- | files/ja/web/api/window/home/index.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/files/ja/web/api/window/home/index.html b/files/ja/web/api/window/home/index.html new file mode 100644 index 0000000000..6fda8bcfbe --- /dev/null +++ b/files/ja/web/api/window/home/index.html @@ -0,0 +1,46 @@ +--- +title: window.home +slug: Web/API/Window/home +tags: + - DOM + - DOM_0 + - Gecko + - Gecko DOM Reference + - Window +translation_of: Web/API/Window/home +--- +<div>{{ApiRef}}</div> + +<h2 id="Summary" name="Summary">概要</h2> + +<p>ウィンドウをホームページに移動させます。</p> + +<h2 id="Syntax" name="Syntax">構文</h2> + +<pre class="syntaxbox">window.home() +</pre> + +<h2 id="Example" name="Example">例</h2> + +<pre class="brush:js">function goHome() { + window.home(); +} +</pre> + +<h2 id="Specification" name="Specification">仕様</h2> + +<p>{{dom0}}</p> + +<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザ実装状況</h2> + +<div> + + +<p>{{Compat("api.Window.home")}}</p> +</div> + +<h2 id="See_also" name="See_also">関連情報</h2> + +<ul> + <li>{{domxref("window.forward")}} 、 {{domxref("window.back")}}</li> +</ul> |
