HTML DOM defaultStatus Property
Complete Window Object Reference
Definition and Usage
The defaultStatus property sets or returns the default text in the statusbar
of the window.
The text will be
displayed when the page loads.
Syntax
window.defaultStatus=sometext
|
Example
The following example sets the default text in the status bar:
<html>
<body>
<script type="text/javascript">
window.defaultStatus="This is the default text in the status bar!!"
</script>
<p>Look at the text in the statusbar.</p>
</body>
</html>
|
Try-It-Yourself Demos
Write a
default text in the windows' status bar
Complete Window Object Reference
|
|
|
See why there are 20,000+ Ektron integrations worldwide.
Request an INSTANT DEMO or download a FREE TRIAL today. |
|
|
|