diff --git a/gulliver/js/common/core/common.js b/gulliver/js/common/core/common.js index 43bb1bbd9..fe3a208be 100755 --- a/gulliver/js/common/core/common.js +++ b/gulliver/js/common/core/common.js @@ -1116,7 +1116,7 @@ function setFocusById (id) { } function submitForm () { - document.webform.submit(); + document.forms[0].submit(); return; }