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