|
|
window.defaultStatus - Javascript
|
Views : 311
|
|
Tagged in : Javascript
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
window.defaultStatus:
defaultStatus property reflects the message that is displayed in the status bar of the browser. We can set any message to as default message to display in status bar of the browser.
<script type="text/javaScript">
window.defaultStatus="My Status Bar Message";
</script> |
|
By Ramya, On - 2010-02-05 |
|
|
|