On Tue, 18 Jul 2000, Duncan Booth wrote:
> Use javascript to check that all required fields are present before 
> the form is actually submitted. Here is some of the code I use:

Note, however, that using Javascript to do the checking client side
is only useful as a user convenience.  If you have data validation
issues you *must* repeat the validation server side, in case some
clever cracker^h^h^h^h^h^h^huser bypasses your form and submits
data without going through the javascript.

--RDM


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to