Home  >  Article  >  Web Front-end  >  Use a SUBMIT (or button) in a form to submit the code to two processing form pages_form special effects

Use a SUBMIT (or button) in a form to submit the code to two processing form pages_form special effects

WBOY
WBOYOriginal
2016-05-16 19:19:00929browse
复制代码 代码如下:







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;
}

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn