form.submit中控制。。。。<br>function dosubmit(){<br> window.open('first.php?var1='+window.form.var1.value+'&var2='+window.form.var2.value);<br> window.open('second.php?var1='+window.form.var1.value+'&var2='+window.form.var2.value);<br> return false;<br>}<br><br>