RE: Form validation without alert boxes

2001-02-12 Thread Stephen Kellogg
PM To: CF-Talk Subject: Re: Form validation without alert boxes err.. he was looking for a way to implement without the use of alert boxes. I like the DHTML idea. Will Ryan wrote: > Use JavaScript, It's a life saver. We load nearly all of our validation > scripts in a h

Re: Form validation without alert boxes

2001-02-12 Thread Jeffry Houser
eld > return false; > } > > //--> > > > Now inside your form you element would look like this; > > > Where "BuilderInfo" would be your form name > > Hope this helps. > Will > > -Original Message-

RE: Form validation without alert boxes

2001-02-12 Thread Dylan Bromby
i need something like this. thanks for posting. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 10:07 AM To: CF-Talk Subject: Re: Form validation without alert boxes Client Side Validation with no alerts ... straight from

Re: Form validation without alert boxes

2001-02-12 Thread Douglas Knudsen
See below... From: [EMAIL PROTECTED] AT INTERNET on 02/12/2001 12:44 PM Subject: Form validation without alert boxes >1. Client side: Could someone please show me an example of doing client-side >form validation that doesn't use the alertbox method? It would be nice if >next to the input

RE: Form validation without alert boxes

2001-02-12 Thread Will Ryan
o [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 12:57 PM To: CF-Talk Subject: RE: Form validation without alert boxes as far as the server side goes here is what I do. Process all of the stuff THEN on the page that submitted the for

Re: Form validation without alert boxes

2001-02-12 Thread Wjreichard
Client Side Validation with no alerts ... straight from javascriptsource.com: Bill