Boris Zbarsky wrote: >> Normally I would say, "the HTML is not well-formed, what can you do?" >> But the weird thing is that both the webclient and Mozilla itself are >> able to submit the form with the proper arguments. >> >> Is there a way that we can find all of the inputs for a form using >> Webclient (possibly using xpcom, some home-brewed JNI, etc?) > > > the "elements" property of a form node has the list of form elements > that get submitted when the form is submitted.
I don't see an "elements" property in the DOM Inspector (Tasks -> Tools -> DOM Inspector) from Mozilla (I have 0.9.7, but it was included before then). Is there some other model behind this DOM? - Chris
