home *** CD-ROM | disk | FTP | other *** search
- on keyDown
- if length(field "emailAdresse") > 29 then
- if the key <> BACKSPACE then
- alert("Die Anzahl Zeichen für Ihre eMail Adresse ist auf 29 beschränkt!", "OK", 1)
- else
- pass()
- end if
- else
- if the key = RETURN then
- dontPassEvent()
- else
- pass()
- end if
- end if
- end
-