[Javascript] <form> in <form>

Flavio Gomes flavio at economisa.com.br
Tue Jun 15 12:20:28 CDT 2004


I kind of got a solution! ^^

Please take a look at my attachment, so you'll understand both the 
solution I found and what was the actual *mysterious question*  that I 
tried to ask.

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



Flavio Gomes wrote:

> 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
>>
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20040615/6ca2e6a7/attachment.htm>


More information about the Javascript mailing list