Please send questions to st10@humboldt.edu .
<html>

<!-- js3.html -->
<!-- adapted from example in:
     http://www.w3schools.com/js/tryit.asp?filename=tryjs_externalexample,
     a JavaScript tutorial from w3schools.com
     adapted by: Sharon Tuttle
     last modified: 8-22-06
-->

<head> 
    <title> external JavaScript use </title> 
</head>

<body>
    <script src="obnoxious_greet.js">
    </script>

    <script src="obnoxious_greet.js">
    </script>

    <script src="obnoxious_greet.js">
    </script>

    <h1> Did you get an initial alert/dialog box? </h1>

    <h3> ADAPTED from example in: <br>
	 http://www.w3schools.com/js/tryit.asp?filename=tryjs_externalexample
         , <br>
	 a JavaScript tutorial from w3schools.com <h3>

    <h4> (adapted by Sharon Tuttle, last modified 8-22-06) </h4>

</body>
</html>