首页 >> 文摘 >> JAVASCRIPT

密碼強度檢驗

采集日期:2008-4-30作者:水(注:本数据由系统自动采集,内容与BHCODE无关)
passwordstrength.js//密码强度;function PasswordStrength(showed)...{        this.showed = (typeof(showed) == "boolean")?showed:true;    this.styles = new Array();        this.styles[0] = ...{backgroundColor:"#EBEBEB",borderLeft:"solid 1px #FFFFFF",borderRight:"solid 1px #BEBEBE",borderBottom:"solid 1px #BEBEBE"};        this.styles[1] = ...{backgroundColor:"#FF4545",borderLeft:"solid 1px #FFFFFF",borderRight:"solid 1px #BB2B2B",borderBottom:"solid 1px #BB2B2B"};    this.styles[2] = ...{backgroundCol
本周推荐
MORE
热点关注
MORE