Upon loading this page, a window appeared with a welcome message in it. The window stayed for 5 seconds, then closed. If you want to see it again, click RELOAD
The onLoad event is placed in the
tag, and it is used to trigger events automatically upon loading the page. You can use the onLoad to display a welcome message, place the focus in a particular textbox, execute a special effect, or prompt for a password. The tag of this page looks like this:
BODY bgcolor="white" onLoad="MsgBox()"> |