密码强度提示代码

更新时间:2023-05-22 13:16:22 阅读: 评论:0

<html>
<head>
<meta http-equiv="Content-Type" content="text/html" />
<title>密码检测</title>
<style type="text/css">
body{
font-size:12px;
font-family: Arial, Helvetica, sans-rif;
margin:0;
}
form{
margin:2em;
}
#chkResult{margin-left:53px;height:15px;}
</style>
</head>
<body>
<form name="form1" action=>
<label for="pwd">用户密码</label>
<input type="password" name="pwd" onblur="chkpwd(this)" />
<div id="chkResult"></div>
<label for="pwd2">重复密码</label>
<input type="password" name="pwd2" />
    <input type="submit" value="注册" name="B1"></form>
<script type="text/javascript">
function chkpwd(obj){
  var t=obj.value;
  var id=getResult(t);
 
  //定义对应的消息提示
  var msg=new Array(4);
  msg[0]="密码过短。";
  msg[1]="密码强度差。";
  msg[2]="密码强度良好。";
  msg[3]="密码强度高。";
 
  var sty=new Array(4);
  sty[0]=-45;
  sty[1]=-30;
  sty[2]=-15;
  sty[3]=0;
 
  var col=new Array(4);
  col[0]="gray";
  col[1]="red";
  col[2]="#ff6600";on sale
  col[3]="Green";
 
  //设置显示效果
  var
bImg="/attachments/2006/12/7/pwdlen_dSIPeEGQWxfO.gif";//一张显示用的图片
网络营销的层次
  var sWidth=300;
  var sHeight=15;
  var ElementById("chkResult");
  Bobj.style.fontSize="12px";
  lor=col[id];
  Bobj.style.width=sWidth + "px";loof
  Bobj.style.height=sHeight + "px";
  Bobj.style.lineHeight=sHeight + "px";
  Bobj.style.background="url(" + bImg + ") no-repeat left " + sty[id] + "px";
  Indent="20px";
  Bobj.innerHTML="检测提示:" + msg[id];
}
//定义检测函数,返回0/1/2/3分别代表无效/差/一般/强
function getResult(s){
  if(s.length < 4){
  return 0;
  }
  var ls = 0;
  if (s.match(/[a-z]/ig)){
  ls++;
  }
四级英语作文万能句子  if (s.match(/[0-9]/ig)){
  ls++;
兰花的英文
baby blue  }
  if (s.match(/(.[^a-z0-9])/ig)){
  ls++;
  }
  if (s.length < 6 && ls > 0){
  ls--;
  }
  return ls
一建合格分数线 }
</script>
</body>
党在我心中演讲稿</html>
aoo本代码由<a href=>网页宝典</a>提供

本文发布于:2023-05-22 13:16:22,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/90/118365.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:定义   密码   显示   检测
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图