StatusText Property
Sets or gets the text in the status bar for the object.
Syntax
InternetExplorer.StatusText(sStatusText) [ = sStatusText ]
Possible Values
sStatusText String that specifies or receives the status bar text. The property is read/write. The property has no default value.
Remarks
Windows Internet Explorer 7 and later. The security settings that restrict access to the status bar from script do not apply to this method.
The WebBrowser object returns an error from this property.
Applies To
InternetExplorer
See Also