初学PHP,菜鸟一个,记录下学习过程遇到的问题..
让客户满意是我们工作的目标,不断超越客户的期望值来自于我们对这个行业的热爱。我们立志把好的技术通过有效、简单的方式提供给客户,将通过不懈努力成为客户在信息化领域值得信任、有价值的长期合作伙伴,公司提供的服务项目有:空间域名、雅安服务器托管、营销软件、网站建设、泰和网站维护、网站推广。
点击按钮事件处理办法
一个form表单里两个按钮,一个处理form中的action事件,另一个则处理另珍上php事件
1.事例代码:
<html>
<head>
<meta http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
>
<script type=
"text/javascript"
>
function
aaa()
{
document.form.action=
"page2.php"
;
}
</script>
</head>
<body>
<form name=
"form"
method=
"post"
action=
"page1.php"
>
<input type=
"text"
name=
"name"
/>
<input type=
"submit"
name=
"check"
value=
"验证码"
onclick==
"aaa()"
/>
<input type=
"submit"
name=
"submit"
value=
"注册"
/>
</form>
</body>
</html>
2.事例代码
<html>
<head>
<meta http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
>
</head>
<body>
<form name=
"form"
method=
"post"
action=
"page1.php"
>
<input type=
"text"
name=
"name"
/>
<input type=
"submit"
name=
"check"
value=
"验证码"
onclick=
"javascript:this.form.action='page2.php';this.form.submit();"
/>
<input type=
"submit"
name=
"submit"
value=
"注册"
/>
</form>
</body>
</html>
分享名称:php两种按键处理事件
标题来源:https://www.cdcxhl.com/article28/pjjgcp.html
成都网站建设公司_创新互联,为您提供网站建设、建站公司、域名注册、企业建站、定制开发、动态网站
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联