home *** CD-ROM | disk | FTP | other *** search
- on keyDown
- if the key = RETURN then
- nothing()
- dontPassEvent()
- else
- if the number of chars in field "eMailAdresse" < 10 then
- pass()
- else
- if (the keyCode = 117) or (the key = BACKSPACE) then
- pass()
- else
- dontPassEvent()
- end if
- end if
- end if
- end
-