Home > Web Front-end > JS Tutorial > body text

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

WBOY
Release: 2016-05-16 19:19:00
Original
929 people have browsed it
复制代码 代码如下:







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

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template