Is there one object and event in which I can write a series of
Javascript checks on a handful of fields which I want to validate? I've
tried e-mail buttons, regular buttons, submit buttons, and with each of
those a variety of events (click, change, mouseup, mousedown, etc.). And
even a simple app.alert doesn't trigger so I appear to be doing this in
the wrong place. Can someone quickly point me to where this is supposed
to be written?The idea is to allow the user to jump around on the form
to ad...