JavaScript Reference/Javascript Properties/defaultStatus

Материал из Web эксперт
Версия от 11:22, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"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>