Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

defaultStatus property

Sets or retrieves the default message displayed in the status bar at the bottom of the window.

Syntax

JavaScript

p = object.defaultStatus

 

Property values

Type: String

the message for the status bar.

Remarks

Do not confuse defaultStatus with status. The status property reflects a priority or transient message in the status bar, such as the message that appears when an onmouseover event occurs over an anchor.

Windows Internet Explorer 7. References to this property are ignored if the "Allow status bar updates via script" option is disabled or the URLACTION _FEATURE_SCRIPT_STATUS_BAR URL action is disallowed for the current URL security zone. For more information on URL security zones, please see About URL Security Zones.

defaultStatus in Windows apps using JavaScript

Windows apps using JavaScript don't support this property because they don't have status bars.

See also

window

 

 

Show:
© 2017 Microsoft