Mega Code Archive

 
Categories / JavaScript Tutorial / Window
 

Window defaultStatus

Syntax window.defaultStatus = string The defaultStatus property reflects the message that is displayed in the status bar of the browser. <html>     <body onLoad="window.defaultStatus='Please make a selection'"> </html>