form in form problem

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
dharprog
Forum Contributor
Posts: 126
Joined: Fri Oct 27, 2006 12:20 am

form in form problem

Post by dharprog »

Hi,

I got a problem that is it possible to work out in form submission I have a script that uses form inside the form how can i make it work form inside forms are there insided forms are working but not main form can any body help me out how can i do this? Here i'm showning how this is below.

<Form1>

//inside form is
<form2>//this is inside the form1
</form2>
<form3>//this is inside the form1
</form3>
</form1>

Form2 and form3 are working but form1 is not working how can i make it is there any way?

Thank YOu...
nickvd
DevNet Resident
Posts: 1027
Joined: Thu Mar 10, 2005 5:27 pm
Location: Southern Ontario
Contact:

Post by nickvd »

You cannot have a form within a form.. sorry to say, but there's no way to make it work...
User avatar
dharprog
Forum Contributor
Posts: 126
Joined: Fri Oct 27, 2006 12:20 am

Thank YOu

Post by dharprog »

Hi,

Thank You..
Post Reply