> I don't consider Netscape 2 (or IE pre 5) when I use the > phrase 'cross browser compatible'. Especially when dealing > with JS and/or CSS.
I thought the question was, "what is the most compatible way to address a form in JS", not "what browsers do you prefer to disregard?" Right now, the answer to that question is to use the forms array. In XHTML 1.0, the FORM element should not even have a NAME attribute! (It's been deprecated.) http://www.w3.org/TR/xhtml1/#h-4.10 However, the HTML DOM still supports the forms array, and will do so for the foreseeable future: http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-1689064 Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:264853 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

