function Form_Submit() { val = document.main_form.preparate.value if (/[1-9a-zа-я\-]+/gi.test(val )) { alert('заполнена! '); return false; }; }