> My question is, does anything exist or will exist to refer to > a form in javascript without having to dive into a positional > array when having multiple html:form's tags pointing to the > same action?
Use the styleID attribute of the <html:form...> tag. That resolves into the "id" attribute of the HTML <form...> tag. Then you can access that form from Javascript using the "getElementById(...) function, which works on IE and Mozilla based browsers. -- Tim Slattery [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]