<!DOCTYPE html>
<html>
<head>
<meta charset=" utf-8">
<meta name="author" content="http://www.softwhy.com/" />
<title>蚂蚁部落</title>
<style type="text/css">
#passStrength {
height: 6px;
width: 120px;
border: 1px solid #ccc;
padding: 2px;
}
.strengthLv1 {
background: red;
height: 6px;
width: 40px;
}
.strengthLv2 {
background: orange;
height: 6px;
width: 80px;
}
.strengthLv3 {
background: green;
height: 6px;
width: 120px;
}
</style>
</head>
<body>
<input type="text" name="pass" id="pass" value="womenlaiiztong" maxlength="16" />
<div class="pass-wrap">
密码强度:
<div id="passStrength"></div>
</div>
<script type="text/javascript">
function PasswordStrength(pass