[DESCRIPTION]Displays a simple message box with just an OK button.[/DESCRIPTION]
[HEAD CODE][/HEAD CODE]
[BODY CODE]<SCRIPT language="JavaScript">
<!--
alert('Welcome to my page!');
-->
</SCRIPT>[/BODY CODE]
[NOTES]Just place the code in the Body of your page and it will show when the page is loaded. If you want to show a message box when the user clicks a link or a button, use the OnClick event as shown below: