Adding a Body Onload command

Add the following line of text in the body tag:

<body onload="window.status='This text will display in the status bar'; return true">

Return to Index Page