I have a problem with Embperl 1.3.1, with the following code:
<textarea name="itdesc" rows="3" cols="40"
onKeyDown="if (this.value.length > 110) this.value =
this.value.substring(0, 110);"
onKeyUp="if (this.value.length > 110) this.value = this.value.substring(0,
110);"
></textarea>
<textarea name="itdesc" rows="3" cols="40"></textarea>
The first textarea does not autofill, and the second one does. Is this a
bug? Has it been fixed in a later version?
Thanks,
--Jack Cushman
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]