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

在一個(gè)form用一個(gè)SUBMIT(或button)分別提交到兩個(gè)處理表單頁面的代碼

 更新時(shí)間:2007年02月15日 00:00:00   作者:  
復(fù)制代碼 代碼如下:

<form onsubmit="aa(this);">
<input type="text" name="" value="test" /><input type="submit" value="提交" />
</form>
<iframe src="" name="fA" frameborder="1" scrolling="no"></iframe>
<iframe src="" name="fB" frameborder="1" scrolling="no"></iframe>
<script type="text/javascript">
function aa(oForm){
oForm.action="http://bbs.51js.com";
oForm.target="fA"
oForm.submit();
oForm.action="http://www.iecn.net/bbs/";
oForm.target="fB"
oForm.submit();
return false;
}
</script>

相關(guān)文章

最新評論