Hi guys,
I use jsp to send all its functions to a js.
From that js I want to access an HtmlFormElement object and call its submit method.
in the js I run...
...
frames['hiddenFrame'].docu
ment.forms
[0].action
= '/Advantag/SelectProduct.d
o';
frames['hiddenFrame'].docu
ment.forms
[0].submit
();
In IE the submit do its job and I get into the action.
In Mozilla the form does not submit and no exception is thrown on calling the
submit method. I tried some other approaches but with no effect. It looks
like the HtmlFormElement submit doesn't work very properly. Any ideas?
Thanks
Jo
Start Free Trial