Change to examples
I have a suggestion for your examples: I was trying to learn your event model. I was missing many events when they all displayed on the status bar.
I copied your examples file added this to the bottom:
and then changed
to
Now I have an event queue that displays in order.
I copied your examples file added this to the bottom:
<form name="form1" method="post" action="">
<textarea name="textfield" cols="100" rows="20"></textarea>
<input type="reset" name="Reset" value="clear">
</form>
and then changed
"window.status = "
to
document.form1.textfield.value += "\n" +
Now I have an event queue that displays in order.
Paul R.
April 1,