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/defaultstatus/index.html | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 files/ja/web/api/window/defaultstatus/index.html (limited to 'files/ja/web/api/window/defaultstatus') diff --git a/files/ja/web/api/window/defaultstatus/index.html b/files/ja/web/api/window/defaultstatus/index.html new file mode 100644 index 0000000000..b1bf126298 --- /dev/null +++ b/files/ja/web/api/window/defaultstatus/index.html @@ -0,0 +1,38 @@ +--- +title: defaultStatus +slug: Web/API/Window/defaultStatus +tags: + - DOM + - DOM_0 + - Gecko + - Gecko DOM Reference + - 要更新 +translation_of: Web/API/Window/defaultStatus +--- +

{{ ApiRef() }} {{ 英語版章題("Summary") }}

+

概要

+

与えられたウィンドウのステータスバーのテキストを取得/設定します。

+

{{ 英語版章題("Syntax") }}

+

構文

+
sMsg = window.defaultStatus
+window.defaultStatus =sMsg
+
+

{{ 英語版章題("Parameters") }}

+

引数

+ +

{{ 英語版章題("Example") }}

+

+
<html>
+ <body onload="window.defaultStatus='hello!';"/>
+  <button onclick="window.confirm('Are you sure you want to quit?');">confirm</button>
+ </body>
+</htm>
+
+

{{ 英語版章題("Notes") }}

+

注記

+

一度開いたウィンドウのステータスバーのテキストを設定するには、window.status を使用してください。

+

{{ 英語版章題("Specification") }}

+

仕様

+

{{ DOM0() }}

-- cgit v1.2.3-54-g00ecf