|
<script language=javascript>
function dosubmit()
{window.open(‘first.php?var1=‘+window.form1.var1.value+‘&var2=‘+window.form1.var2.value);
window.open(‘second.php?var1=‘+window.form1.var1.value+‘&var2=‘+window.form1.var2.value);
return false;
}
</script>
<form name=form1 onsubmit="return dosubmit();">
<input name=var1>
<input name=var2>
<input type=submit>
</form>
| 发布时间: |
2003年03月19日 |
| 作 者: |
jack |
|