//新建一个窗口
window.open("","modifyFather","width=400,height=200");
//form提交给新窗口, target=open窗口的名称
form1.target="modifyFather";
//新建一个窗口
window.open("","modifyFather","width=400,height=200");
//form提交给新窗口, target=open窗口的名称
form1.target="modifyFather";