Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hiii Guys, If one have two neste

Status
Not open for further replies.

prachi143

Programmer
Aug 19, 2002
6
DE
Hiii Guys,

If one have two nested forms , one is having enctype="multipart/form-data" and the other normal one.

Something in this way;

<form name=&quot;first&quot; enctype =&quot;multipart/form-data&quot; method=&quot;post&quot;´action= &quot;1st.jsp&quot;>
<input...>
<input...>
<form name = &quot;second&quot; method=&quot;post&quot; action=&quot;2nd.jsp&quot;>
<input...>
<input..>
</form>
<input...>
<input..>
</form>

Is this possible to have this...
 
prachi143, sorry, i've never heard of nested forms also...
But I guess it might be possible if you used some kind of programming language, like ASP, PERL, JS, etc...but not too sure... I have not failed; I have merely found 100,000 different ways of not succeding...
 
tried it. didn't work, caused all kinds of issues. sperate them! there are other options for you if this is just a formatting problem in how you want them to appear on the page.

either that or submit to the same processing script initialy and then forward the form values to the next processing script after the first is complete
A language that doesn't affect the way you think about programming is not worth knowing.
admin@onpntwebdesigns.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top