How to check the content of a field after each keystroke ?

That is not possible in a keydown or keyup or rawkeydown or rawkeyup
handler, because these handlers are invoked before the field is modified.

I would like to perform something like :

on keyUp
  pass keyUp -- so that the field is updated
  checkThisField -- the checking handler
end keyUp

but -of course- that don't work :-(

Is there a trick ?

Claude


Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to