Alert Message Dialog (Javascript):
:
Return to List
<BODY>
<script language="JavaScript">
alert("Today's quote of the day is: \n\n\"On the Internet, nobody knows you're a dog.\"");
</script>
</BODY>
' The alert() function creates a simple message with an "OK" button.
See also:
Dialogs
Note to Webmaster