28) {
if ((oForm.elements["id111"].value != "") && (oForm.elements["id112"].value == "")) {
sError += "\"UID / VAT No.\" is mandatory.\n";
bValid = false;
}
}
if (oForm.elements["id116"].value == "") {
sError += "\"E-mail\" is mandatory.\n";
bValid = false;
} else {
var iResult = oForm.elements["id116"].value.search(/^[\w\.-]+@[\w-]+\.[\w\.-]+$/);
if (iResult != 0) {
//sError += "Keine gültige E-Mail Adresse.\n" + iResult + "\n";
sError += "Invalid e-mail address.\n";
bValid = false;
}
}
/*
if (!oForm.elements["id301"].checked) {
sError += "\"Aufnahmeerkl" + unescape("%E4") + "rung\" ist Pflichtfeld.\n";
bValid = false;
}
*/
if (!bValid) {
alert(sError);
return false;
} else {
var sOpt101 = "";
var sOpt110 = "";
for (i = 0; i < oForm.elements["id101"].length; ++i) {
if (oForm.elements["id101"].options[i].selected == true) {
sOpt101 = oForm.elements["id101"].options[i].value;
break;
}
}
for (i = 0; i < oForm.elements["id110"].length; ++i) {
if (oForm.elements["id110"].options[i].selected == true) {
sOpt110 = oForm.elements["id110"].options[i].value;
break;
}
}
bsSetCookie ("UserAddress", "#?#" + sOpt101 + "#?#" + encodeURIComponent(oForm.elements["id102"].value) + "#?#" + encodeURIComponent(oForm.elements["id103"].value) + "#?#" + encodeURIComponent(oForm.elements["id104"].value) + "#?#" + encodeURIComponent(oForm.elements["id105"].value) + "#?#" + encodeURIComponent(oForm.elements["id106"].value) + "#?#" + encodeURIComponent(oForm.elements["id108"].value) + "#?#" + encodeURIComponent(oForm.elements["id109"].value) + "#?#" + sOpt110 + "#?#" + encodeURIComponent(oForm.elements["id111"].value) + "#?#" + encodeURIComponent(oForm.elements["id112"].value) + "#?#" + encodeURIComponent(oForm.elements["id113"].value) + "#?#" + encodeURIComponent(oForm.elements["id114"].value) + "#?#" + encodeURIComponent(oForm.elements["id115"].value) + "#?#" + encodeURIComponent(oForm.elements["id116"].value), 2); //zwei stunden
//oForm.submit();
this.location.href = "/publications/publications-general-terms-and-conditions.html";
return true;
}
}
//-->
//-->
organisation
Personal data we receive from you is solely used to process your order. Once your order has been completed, the data will be deleted. It will not be passed on to third parties.
For placing orders on boell.de, cookies are necessary. These cookies are solely used to process your order and will be automatically deleted once you close you web browser.