Contents Home Page Previous Page Next Page

Stationary Status Bar Message

This is much better in my opinion than the plethora of scrolling status bar messages that are available. It does not distract the eye so much, and allows the visitor to see such things as the URLs of links properly. It is also much shorter; all that is needed is to add

onload="window.status='Welcome to JavaScript Resources! (www.jsr.communitech.net)';return true"
to the <BODY> tag. Unless you want to confuse your visitors, you should change my message for your own, of course ;)