> 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.
