document.theform.submit提交不了
function formSubmit(){document.theform.submit;}
出错,正确为document.theform.submit();
?