来自Google的密码强度Javascript验证代码
08-08 00:06:54浏览次数:985次栏目:Javascript教程
标签:javascript视频教程,javascript教程下载,
来自Google的密码强度Javascript验证代码,
155 <input type="hidden" value="" id="LastName" size="30">
156 <input type="hidden" id="Email" value="" size="30">
157 <input type="password" id="Passwd" value="" onkeyup="CreateRatePasswdReq()" size="30">
158 </td>
159 <td width="70%">
160 <table cellpadding="0" cellspacing="0" border="0">
161 <tr>
162 <td width="200" id="passwdBar">
163 <table cellpadding="0" cellspacing="0" border="0">
164 <tr>
165 <td nowrap valign="top" height="15px"><font color="#808080" size="-1" face="Arial, sans-serif"><div id="passwdRating"></div></font></td>
166 </tr>
167 <tr>
168 <td height="3px"></td>
169 </tr>
170 <tr>
171 <td colspan="2">
172 <table cellpadding="0" bgcolor="#ffffff" cellspacing="0" border="0" width="200">
173 <tr>
174 <td width="0%" id="posBar" bgcolor="#e0e0e0" height="4px"></td>
175 <td width="100%" id="negBar" bgcolor="#e0e0e0" height="4px"></td>
176 </tr>
177 </table>
178 </td>
179 </tr>
180 </table>
181 </td>
182 </tr>
183 </table>
184 </td>
185 </tr>
186 </table>
187
上一页 [1] [2]
,来自Google的密码强度Javascript验证代码
《来自Google的密码强度Javascript验证代码》相关文章