<br><form name="form1" action=""> <br>输入密码: <br><input type="password" size="10" onkeyup="pwStrength(this.value)">onBlur=pwStrength(this.value)> <br><br>密码强度: <br><table width="217" border="1" cellspacing="0" cellpadding="1" bordercolor="#cccccc">height="23" style='display:inline'> <br><tr align="center" bgcolor="#eeeeee"> <br><td width="33%" id="strength_L">弱</td> <br><td width="33%" id="strength_M">中</td> <br><td width="33%" id="strength_H">强</td> <br> </tr> <br> </table> <br> </form>