From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/window/status/index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 files/ja/web/api/window/status/index.html (limited to 'files/ja/web/api/window/status') diff --git a/files/ja/web/api/window/status/index.html b/files/ja/web/api/window/status/index.html new file mode 100644 index 0000000000..284e9f0f2c --- /dev/null +++ b/files/ja/web/api/window/status/index.html @@ -0,0 +1,23 @@ +--- +title: window.status +slug: Web/API/Window/status +tags: + - DOM + - DOM_0 + - Gecko + - Gecko DOM Reference +translation_of: Web/API/Window/status +--- +
+ {{ApiRef}}
+

概要

+

ブラウザの下部にあるステータスバー内にテキストを設定するか、もしくは、直前に設定されていたテキストを返します。

+

このプロパティは、Firefox、及び、いくつかの他のブラウザのデフォルト設定では動作しません。つまり、window.status を設定しても、ステータスバーに表示されているテキストには何の効果もないということです。ステータスバーのテキストを変更するスクリプトを許可するには、ユーザは、about:config 画面で、dom.disable_window_status_change の設定を false にしなければなりません。

+
+

{{gecko_callout_heading("1.9.1")}}

+

Starting in Gecko 1.9.1 {{geckoRelease("1.9.1")}}, users can let websites change the status text by enabling the "Change status bar" preference in the Advanced options panel.

+
+

構文

+
string =window.status; //取得window.status = string; //設定
+

仕様

+

{{DOM0}}

-- cgit v1.2.3-54-g00ecf