Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

defaultStatus

概要

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

構文

sMsg = window.defaultStatus
window.defaultStatus =sMsg

引数

  • sMsg は、ステータスバーでデフォルトで表示されるテキストを含む文字列です。

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

注記

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

仕様

DOM Level 0。どの標準にも属しません。

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: teoli, khalid32, ethertank, Potappo
 最終更新者: khalid32,