<html> <!-- Use the statusbar sub object in the window object and set the welcome message on it as soon as the page loads --> <body onload="window.status='welcome to my web site'" > </body> </html>
onload="window.status='welcome to my web site'"
Close