form表单内input框name和onclick方法不能重名(同一From表单多个按钮可以submit时发现)
function tran() {
document.oper_tjg.action="tran.php";
document.oper_tjg.submit();
}
function judg() {
document.oper_tjg.action="tran.php";
document.oper_tjg.submit();
}
原创
2016-07-16 21:04:24 ·
1362 阅读 ·
0 评论