HTML DOM defaultStatus ÊôÐÔ
¶¨ÒåºÍÓ÷¨
defaultStatus ÊôÐÔ¿ÉÉèÖûò·µ»Ø´°¿Ú״̬À¸ÖеÄĬÈÏÎı¾¡£¸ÃÊôÐԿɶÁ¿Éд¡£
¸ÃÎı¾»áÔÚÒ³Ãæ¼ÓÔØÊ±±»ÏÔʾ¡£
Óï·¨
window.defaultStatus=sometext
ʵÀý
ÏÂÃæµÄÀý×Ó½²ÔÚ״̬À¸ÉèÖÃÎı¾£º
<html>
<body>
<script type="text/javascript">
window.defaultStatus="This is the default text in the status bar!!";
</script>
<p>Look at the text in the statusbar.</p>
</body>
</html>