我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
Obsolete since Gecko 23 (Firefox 23 / Thunderbird 23 / SeaMonkey 2.20)
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
Summary
Gets/sets the status bar text for the given window.
Syntax
var sMsg = window.defaultStatus; window.defaultStatus = sMsg;
Parameters
sMsg
is a string containing the text to be displayed by default in the statusbar.
Example
<html> <body onload="window.defaultStatus='hello!';"/> <button onclick="window.confirm('Are you sure you want to quit?');">confirm</button> </body> </html>
Notes
To set the status once the window has been opened, use window.status.
Specification
HTML5
文档标签和贡献者
标签:
此页面的贡献者:
fscholz,
teoli,
kscarfone,
kohei.yoshino,
Sheppy,
feltronzach,
Matej Lednar,
Mgjbot,
Dria,
Callek,
JesseW
最后编辑者:
teoli,