| About Holding | Holding News | Group of Companies of the Holding | Publications | Contacts |
|
|
Home /
ContactsPostal Address: NGT-Holding 16 km Sibirsky trakt, str. 2 (Promzona) Ekaterinburg 620007 Tel: +7 (343) 345-23-91, 345-23-80 Fax: +7 (343) 345-23-81 E-mail: post@ngt-holding.ru
function checkFeedbackForm() {
var required = {
"contact_name" : "You haven't entered your name",
"contact_email" : "You have not entered E-mail",
"msg" : "You haven't entered message text"
};
for (var i in required) {
var el = document.getElementById(i);
if(el.id == 'contact_email' && el.value && !checkEmail(el.value))
{
alert(required['contact_email']);
el.focus();
return false;
};
if (!el.value) {
alert(required[i]);
el.focus();
return false;
}
}
return true;
}
|
| Information about site | ![]() |
Address: 620007, Ekateriburg (Koltsovo), 16km Sibirski highway, 2 Tel.: /343/ 345-23-91, 290-47-00 fax: /343/ 345-23-81 E-mail: post@ngt-holding.ru |







function checkFeedbackForm() {
var required = {
"contact_name" : "You haven't entered your name",
"contact_email" : "You have not entered E-mail",
"msg" : "You haven't entered message text"
};
for (var i in required) {
var el = document.getElementById(i);
if(el.id == 'contact_email' && el.value && !checkEmail(el.value))
{
alert(required['contact_email']);
el.focus();
return false;
};
if (!el.value) {
alert(required[i]);
el.focus();
return false;
}
}
return true;
}
