<input id="newCodeValue" type="text" minlength="3" maxlength="6" characters="абвгдеёжзийклмнопрс туфхчцшщъыьэюя" onkeypress="return clientCode.checkInputCharacter(event)" onkeyup="this.value=this.value.replace(/[^а-яё]/ig,'')"/>
onmouseup="clientCode.processValue()" - вставка текста?
|