window.defaultStatus - Javascript Views : 311
Tagged in : Javascript
0 0
Send mail
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



    Login to add Comments .