이 문서는 아직 자원 봉사자들이 한국어로 번역하지 않았습니다. 함께 해서 번역을 마치도록 도와 주세요!
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,