Mike,

That was it!  Indeed there was a form element with the name "submit"
and like you said, was causing that error.  Renaming it allowed the
plugin to do its job.

Thank you again!

Best,
Dave

On May 5, 7:03 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote:
> >  form.submit is not a function
>
> >  This happens in both Firefox 2.0 and IE6.
>
> That error is usually the result of having a form element with an id
> or name of 'submit'.  That is not a valid name for a form element (at
> least not when using JavaScript).
>
> Dave, have you tried removing the plugin from the equation to see if
> submitting the form via the browser gets the data to your servlet?
> When uploading a file that essentially what is happening.  The form
> plugin simply submits the form using form.submit() and redirects the
> response to an iframe.
>
> Mike

Reply via email to