status bar message

The web master -2 Tallied Votes 165 Views Share

here is a javascript code for puting a message in your status bar on your website.Just change testing 123 to your message.:)

<script>
window.status="testing 123"
</script>