function isEmptyString(strValue) { var strTestString = new String(strValue); if ( strValue == null || strTestString.length == 0 ) return true; for (i = 0; i < strTestString.length; i++) if ( strTestString.charAt(i) != ' ' && strTestString.charAt(i) != '\t' && strTestString.charAt(i) != '\n' && strTestString.charAt(i) != '\r' ) return false; return true; } function submitSend() { if ( isEmptyString(document.vopros.p21.value) ) { window.alert("Пожалуйста, заполните поле 'Когда Вы хотели бы пройти обучение'!"); return; } if ( isEmptyString(document.vopros.p24.value) ) { window.alert("Пожалуйста, заполните поле 'Количество обучающихся'!"); return; } if ( isEmptyString(document.vopros.p36.value) ) { window.alert("Пожалуйста, заполните поле 'Фамилия Имя Отчество'!"); return; } if ( isEmptyString(document.vopros.p39.value) ) { window.alert("Пожалуйста, заполните поле 'Ваш контактный e-mail'!"); return; } if ( isEmptyString(document.vopros.p42.value) ) { window.alert("Пожалуйста, заполните поле 'Город, страна'!"); return; } if ( isEmptyString(document.vopros.p45.value) ) { window.alert("Пожалуйста, заполните поле 'Ваш контактный телефон'!"); return; } if ( isEmptyString(document.vopros.p48.value) ) { window.alert("Пожалуйста, заполните поле 'Название фирмы'!"); return; } if ( isEmptyString(document.vopros.p51.value) ) { window.alert("Пожалуйста, заполните поле 'Ваша должность'!"); return; } if ( confirm('Вы действительно хотите отправить вопрос?') != 0 ) { document.vopros.submit(); } } document.write('
'); document.write(''); document.write(' |