|
posbar.style.background = barColors[rating] 132 passwdRating.innerHTML = "<font color='" + ratingMsgColors[rating] +"'>" + ratingMsgs[rating] + "</font>"; 133 } 134 135 136 //Resets the password strength bar back to its initial state without any message showing. 137 function ResetBar() 138 { 139 var posbar = getElement('posBar'); 140 var negbar = getElement('negBar'); 141 var passwdRating = getElement('passwdRating'); 142 var barLength = getElement('passwdBar').width; 143 144 posbar.style.width = "0px"; 145 negbar.style.width = barLength + "px"; 146 passwdRating.innerHTML = ""; 147 } 148 149 </script> 150 151 <table width="60%" border="0"> 152 <tr> 153 <td width="30%"> 154 <input type="hidden" value="" id="FirstName" size="30"> 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 w上一页 [1] [2] [3] [4] [5] [6] [7] 下一页 |
|
|
|
|
|
|
|