为了账号安全,请及时绑定邮箱和手机立即绑定

用户名 输入admin 密码输入123456时 点登陆提示,登陆成功,其它情况提示 登陆失败

用户名 输入admin 密码输入123456时 点登陆提示,登陆成功,其它情况提示 登陆失败

慕UI3240369 2017-12-11 17:14:01
<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <title>用户名表单</title> </head> <body> <div>     <form action="success.html" method="get">         <label for="username">用户名</label>         <input type="text" id="username"> </br>         <label for="pass" >密码</label>         <input type="password" id="pass"  ></br>         <input type="submit" value="提交">         <input type="reset" value="重置">     </form> </div> </body> </html> <head>     <meta charset="UTF-8">     <title></title> </head> <body> <h1>表单提交成功!</h1> </body> </html>
查看完整描述

1 回答

?
阿探

TA贡献18条经验 获得超4个赞

你这里使用了form表单,需要先阻止submit的默认提交行为。 或者改用ajax提交方式

查看完整回答
反对 回复 2017-12-11
  • 1 回答
  • 0 关注
  • 4466 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信