[Javascript] <form> in <form>

Chris T christ at saeweb.com
Tue Jun 15 10:31:51 CDT 2004


What's the actual question? Forms inside of other forms are invalid as far
as I know.

Same as script tags inside of other script tags.

Chris Tifer
http://emailajoke.com



----- Original Message ----- 
From: "Flavio Gomes" <flavio at economisa.com.br>
To: "[JavaScript List]" <javascript at LaTech.edu>
Sent: Tuesday, June 15, 2004 10:30 AM
Subject: [Javascript] <form> in <form>


> 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