欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

如何將一個(gè)表單同時(shí)提交到兩個(gè)地方處理

 更新時(shí)間:2006年10月09日 00:00:00   作者:  
form.submit中控制。。。。
<html>
<script language=javascript>
function dosubmit(){
         window.open('first.php?var1='+window.form.var1.value+'&var2='+window.form.var2.value);
         window.open('second.php?var1='+window.form.var1.value+'&var2='+window.form.var2.value);
         return false;
}

</script>
<form name=form onsubmit="return dosubmit();">
<input type=text name=var1><br>
<input type=text name=var2>
<br><input type=submit></form>

相關(guān)文章

最新評(píng)論