[Javascript] onchange & autofill in forms

Robert Van Dam rvandam00 at gmail.com
Mon Jun 25 19:11:11 CDT 2007


I'm pretty certain there is not.  Sometimes script actions also fail
to trigger such events.  In those cases, I prefer to use setInterval()
to monitor the appropriate values and do any needed
authentication/validation/error correction etc.

Rob Van Dam

On 6/25/07, Bill McAvinney <BMcAvin at mit.edu> wrote:
> When a Firefox user (and maybe also IE?) enters text in a text input
> via the autofill feature no onchange event is triggered. Is there any
> way around this other than disabling the autofill feature, which I
> won't do, or using another event like onblur?
>
> Thanks.
>
>
> Bill McAvinney
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript
>



More information about the Javascript mailing list