<form name="Sel1">�<input name="sign" style="width: 20px">����</form> <div id="res"> </div> <button value="���������" onclick="word()">���������</button> <script> function word() { var sig = document.Sel1.sign.value; if (sig=="�"||sig=="�") {document.getElementById("res").innerHTML="�����! �������!"; } else { document.getElementById("res").innerHTML="����! ����� ��� ��� �������!";} } </script>