Re: forms autofill with javascript

2001-07-24 Thread Gerald Richter
> I have a problem with Embperl 1.3.1, with the following code: > > 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);" > > > > > > The first textarea does not autofill, and th

forms autofill with javascript

2001-07-24 Thread Jack Cushman
I have a problem with Embperl 1.3.1, with the following code: 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-m