Please send questions to
st10@humboldt.edu .
<html>
<!--
js_better_event_handler.html
by: Sharon Tuttle
last modified: 8-31-06
-->
<head>
<title> js_better_event_handler </title>
<script type="text/javascript">
<!--
function many_alerts()
{
alert("This box was called with an onload event")
alert("And another")
}
//-->
</script>
</head>
<body onload="many_alerts()">
<h3> js_better_event_handler.html </h3>
<h4> (by Sharon Tuttle, last modified 8-31-06) </h4>
<hr>
<h1> <script type="text/javascript">
<!--
document.write("Hello!")
//-->
</script>
<noscript>
This page needs JavaScript enabled!
</noscript>
</body>
</html>