:: Forum >> General/Off-topic >>

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:

<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.
Sunday, April 1, 2007



This topic is archived.

Back to support forum

Forum search