Hi All,
I need a small clarification in submitting the forms, Ur
suggestions please.
In a page I have two form and also two submit butons.
(ie)
<form name="myform" action="test.ph p" method="post" >
<input type="text" name="myform_na me" >
<input type="text" name="myform_id " >
<input type="text" name="myform_no " >
<input type="submit" value="Submit" />
</form>
<form name="myform1" action="test.ph p" >
<input type="text" name="myform1_n ame" >
<input type="text" name="myform1_i d" >
<input type="text" name="myform1_n o" >
<input type="submit" value="Submit" />
</form>
Now is it possible to submit all the elements from the two form when I
click any one of the submit button.
Thanks & Regards
Moses
I need a small clarification in submitting the forms, Ur
suggestions please.
In a page I have two form and also two submit butons.
(ie)
<form name="myform" action="test.ph p" method="post" >
<input type="text" name="myform_na me" >
<input type="text" name="myform_id " >
<input type="text" name="myform_no " >
<input type="submit" value="Submit" />
</form>
<form name="myform1" action="test.ph p" >
<input type="text" name="myform1_n ame" >
<input type="text" name="myform1_i d" >
<input type="text" name="myform1_n o" >
<input type="submit" value="Submit" />
</form>
Now is it possible to submit all the elements from the two form when I
click any one of the submit button.
Thanks & Regards
Moses
Comment