I am having three submit buttons in my form one display, one delete, and other one is add.
and i want to validate the field 1 in the form before clicking
on delete or add button.
other condition is if all the fileds in the form are blank and i click on display button then it should show me all the records form the DB, which is working fine.
also for the same button when i type any of the fields on the form it should show me details regarding that thing only.
how can i put the form validations satisfyng all the conditions?
pls help
and i want to validate the field 1 in the form before clicking
on delete or add button.
other condition is if all the fileds in the form are blank and i click on display button then it should show me all the records form the DB, which is working fine.
also for the same button when i type any of the fields on the form it should show me details regarding that thing only.
how can i put the form validations satisfyng all the conditions?
pls help