Click to See Complete Forum and Search --> : nested forms - submit function doesn't work


megetron
May 8th, 2004, 07:46 AM
Hi,
I have 2 nested forms: one form inside the other.
when I am trying to call the "submit" function from the inner form the comiler says this property does not exist.
I am using javascrip. thisItem.submit();

maybe i don't acces the nested forms at the right way?
any ideas how to write it right?

XINGJJ
May 10th, 2004, 01:47 PM
As far as I know, you can have multiple forms on the same page but forms can not be nested.

Satishpp
May 10th, 2004, 05:10 PM
HTML forms cannot be nested.

Anyhow, why do you want to do that?

-Satish

megetron
May 11th, 2004, 03:29 AM
forms cannot be neste, and this is why the javascript:submit did not finction.


I removed the nested forms and change them to be one after the other. So now it is functioning great.
so, thanks for all.problem been solved.