Page 1 of 1

form in form problem

Posted: Fri Nov 24, 2006 9:07 pm
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...

Posted: Fri Nov 24, 2006 9:35 pm
by nickvd
You cannot have a form within a form.. sorry to say, but there's no way to make it work...

Thank YOu

Posted: Fri Nov 24, 2006 9:36 pm
by dharprog
Hi,

Thank You..