window.defaultStatus

by Ramya 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>

Tagged in:

1042
like
0
dislike
0
mail
flag

You must LOGIN to add comments