RE: [PHP] validate form with javascript

2001-05-14 Thread Sandeep Hundal
son; [EMAIL PROTECTED] Subject: RE: [PHP] validate form with javascript here's one that i use along with my forms you can ofcourse expand it to include all forms as long as you change the input names too hapy coding :) /sunny transmitted = 0; function formCheck() { if

RE: [PHP] validate form with javascript

2001-05-14 Thread Sandeep Hundal
You need to enter an email address!"); document.formname.inputname.focus(); return false; } } -Original Message- From: Meir Kriheli - MKsoft [mailto:[EMAIL PROTECTED]] Sent: 14 May 2001 11:42 To: Chris Mason; [EMAIL PROTECTED] Subject: Re: [PHP] validate form with jav

Re: [PHP] validate form with javascript

2001-05-14 Thread Meir Kriheli - MKsoft
You can try the forms class from Manuel Lemos, which handles this and more. For more details: http://phpclasses.upperdesign.com/browse.html/package/1 -- Meir Kriheli MKsoft computer systems 'There's someone in my head but it's not me" - Pink Floyd - Original Message - From: "Chris Ma

Re: [PHP] validate form with javascript

2001-05-13 Thread Steve
What is the particular error you're getting? ""Chris Mason"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have a form in which I validate the email address using a php function > then alert the operson if the email address is not correct. However, I would