提交和刷新的代码为: document.getElementById("form1").submit(); window.top.parent.questionList.location.reload();
想让表单提交后父窗口中一个frame刷新,可实际却是先刷新再提交表单 请问问题出在什么地方。