RE: [PHP] validate form with javascript

2001-05-14 Thread Sandeep Hundal
: 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 script language=JavaScript transmitted = 0; function formCheck

[PHP] validate form with javascript

2001-05-13 Thread Chris Mason
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 like to pop up an alert with javascript if the email field is left blank. I am using the function below but it down't work with php, probably works

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 like