a = ''; a+=('
'); document.write(a); function check_email(val) { x = document.getElementById('check_mail_frame'); kuda = 'http://tnt.com.ua/js/check_mail'+'?'+val; x.src = kuda; } var question_form_enable = 0; function form_submitter() { txt = ''; if(txt=='') { if(document.getElementById('quest_name').value=='') txt = 'Введите Ваше имя\n'; } if(txt=='') { if(document.getElementById('quest_text').value=='') txt = 'Введите текст сообщения\n'; } if(txt=='' && question_form_enable==0) { if(document.getElementById('quest_email').value=='') txt += 'Введите Ваш адрес email\n'; else txt += 'Не верно введен адрес email\n'; } if(txt=='') { document.getElementById('quest_form').submit(); } if(txt!='') alert(txt); }