[Javascript] <form> in <form>

John Warner john at jwarner.com
Tue Jun 15 14:06:29 CDT 2004


Does anyone know if attachments are saved in the archives? I've not seen
them before, but that could be a case of I'm not looking for them in the
right place.

Thanks

John Warner
mailto:john at jwarner.com

> -----Original Message-----
> From: javascript-bounces at LaTech.edu 
> [mailto:javascript-bounces at LaTech.edu] On Behalf Of Flavio Gomes
> Sent: Tuesday, June 15, 2004 1:20 PM
> To: [JavaScript List]
> Subject: Re: [Javascript] <form> in <form>
> 
> 
> 
> 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




More information about the Javascript mailing list