Начало } Защита } Кодирует скрипт


Скрипт кодирует введенную Вами строку и выдает результат в виде получившегося пароля.

Вставьте код
</HEAD>
<center>
<FORM>
<table>
<tr>
<td>
<INPUT TYPE="text" NAME="inputbox1" VALUE=""><P>
</td>
</tr>
<tr>
<td align=center>
<INPUT TYPE="hidden" NAME="inputbox2" VALUE="4">
<INPUT TYPE="button" NAME="button" Value="Encode" onClick="testEncode(this.form)"><BR>
</td>
</tr>
</table>
</form>
</center>
<P>
Just enter a text string and this script encodes it. You could use this function for encoding passwords.
<!-- END OF SCRIPT -->



Just enter a text string and this script encodes it. You could use this function for encoding passwords.


JavaScript защита Кодирует скрипт