[thelist] DOM Javascript - childNodes

jsWalter jsWalter at torres.ws
Wed Dec 17 16:41:51 CST 2003


> -----Original Message-----
> From: thelist-bounces at lists.evolt.org
> [mailto:thelist-bounces at lists.evolt.org]On Behalf Of Mark Howells
> Sent: Wednesday, December 17, 2003 10:21 AM
> To: Evolt List
> Subject: [thelist] DOM Javascript - childNodes

>
> I'm coding a function to join several HTML forms together on a page and
> submit them as one, using DOM Javascript..

<snip>
> ...What's the most efficient solution?

Off the to of my head...

loop through your multiple forms, grab what you need, place name value pairs
as hidden fields in "new" form and then submit that.

No deleting, no real hard work.

Quick and simple.

Walter




More information about the thelist mailing list