Back to Scripts page
Click in the text area below, select all and copy to grab the script
Script listing:
<HTML> <HEAD> <TITLE>Displaying Alert Boxes</TITLE> </HEAD> <BODY BGCOLOR=WHITE onLoad="alert('Welcome to this page!')"> <CENTER> <H1>JavaScript for the World Wide Web, 3E</H1> </CENTER> </BODY> </HTML>