You could either deactivate the autocomplete functionality (<input ... autocomplete="off">) or you could poll the text fields using a timer.
Karl Rudd On 8/28/07, atomicnuke <[EMAIL PROTECTED]> wrote: > > I wrote a function that check text fields in a form using change, it > works for the most part. But if say they go to the email field and the > remember function of the browser pops up and they click that instead > of typing it, the change method doesn't detect it. There a way to deal > with this? > >