JavaScript Reference/Javascript Properties/defaultStatus

Материал из Web эксперт
Перейти к: навигация, поиск

"defaultStatus" Example

   <source lang="javascript">
   

<html> <body> <body bottommargin=150"

     onLoad="window.defaultStatus="This is the status bar message"">

</body> </html>


     </source>
   
  


"defaultStatus" is applied to

   <source lang="javascript">

+----------------+--------------------------------------------------------------+ | Applied_To |window | +----------------+--------------------------------------------------------------+

     </source>
   
  


"defaultStatus" Syntax and Note

   <source lang="javascript">

Note: Read and write property. Sets the status bar message.

Syntax:

window.defaultStatus = value


     </source>