Hi every all,
i have a small doubt about the form tag in html. i have html page which has 2 select button, and one text box.
i have a submit button whicn on clicking it is calling inven.cgi.when i click it is going to new page , instead of that first i want to validate the select button and text box if nothing is selected then it should not go to the inven.cgi.
<FORM METHOD=POST ACTION="inven.c gi" >
thanking you in advance
i have a small doubt about the form tag in html. i have html page which has 2 select button, and one text box.
i have a submit button whicn on clicking it is calling inven.cgi.when i click it is going to new page , instead of that first i want to validate the select button and text box if nothing is selected then it should not go to the inven.cgi.
<FORM METHOD=POST ACTION="inven.c gi" >
thanking you in advance
Comment