That's what I thought, but I wasn't certain so I didn't say it. Both IE and Firefox handled it, at least to the extent that the fields of the inner form weren't lost or hidden or anything. I suppose that's a *form* of support :)

--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com

Neil Erdwien wrote:
HTML doesn't support nested forms.  In other words,

   <form...>
      <form...>
         <input...>
      </form>
   </form>

is invalid HTML. The browsers likely just ignore the second FORM tag and treat it as one big form. But there no guarantees of that behavior.


Frank W. Zammetti wrote:

At least in IE:

projectForm.estStaffCost.value

...will get the value of the textfield. In fact, looking in the DOM inspector in Firefox, it is true there too. Seems "nested forms" is a bit of a misnomer... seems the elements of the second form show up in the object tree of the first.





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to