[Javascript] <form> in <form>

Flavio Gomes flavio at economisa.com.br
Tue Jun 15 11:02:53 CDT 2004


I forgot the question ^^

The problem is:
 I got a table with various "innerForms" (one per line) and I'd need a 
outerForm guy so the user could check all the line's from the table he 
wanted to and could move/delete those lines by clicking on the 
"move/delete" button from outerForm.

Thanks in advance,

---
Flavio Gomes
flavio at economisa.com.br



Flavio Gomes wrote:

> May sound OT, but here goes...:
>
> <form action="outerForm.htm" method="GET">
>
> <form action="innerForm.htm" method="GET">
> <input type="text" name="mahText" value="I'm Inner's Kid" />
> <input type="submit" value="Inner" />
> </form>
>
> <input type="text" name="mahText" value="I'm Outer's Kid" />
> <input type="submit" value="Outer" />
> </form>
>
>
> IE and FireFox both shows only the first submit working, and it works 
> with action on "outerForm.htm" submiting inner's form input text.
>
> ---
> Flavio Gomes
> flavio at economisa.com.br
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript




More information about the Javascript mailing list