兄弟们快帮我呀
我现在有这么一个问题:我有一个<form>表单。有一个<input type="hidden" name="funParam" value="">,我在function searchApply(){
document.form.funParam.value="searchAllApply";
document.form.urlCode.value="3";
document.form.action="App";
document.form.submit();
}为什么每次提交这个表单的时候总是告诉我:document.form.funParam为空或者不是对象.请问怎么解决?