window.defaultStatus
by Ramya[ Edit ] 2010-02-05 09:44:19
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>