home *** CD-ROM | disk | FTP | other *** search
Wrap
function feld_disabled() { with (document.formular) { var c1 = C1.checked; var c8 = C8.checked; var c6 = C6.checked; var c9 = C9.checked; if (c1 == true) { C3.checked = false; C3.disabled = true; T11.disabled = true; } else { C3.disabled = false; T11.disabled = false; } if (c8 == true) { T10.disabled = false; T13.disabled = false; } else { T10.disabled = true; T13.disabled = true; } if ((c6 == true) || (c9 == true)) { T7.disabled = false; T8.disabled = false; C10.disabled = false; } else { T7.disabled = true; T8.disabled = true; C10.disabled = true; } } } /**/ function test_email() { var f1 = document.formular.T3; if (f1.value.search(/janaserver/i) != -1) { alert(txt[41][26]); f1.select(); f1.focus(); return false; } if (f1.value.search(/\*\*\*\*\*\*\*\*\*\*/) != -1) { var repl = f1.value.replace(/\*\*\*\*\*\*\*\*\*\*/, 'janaserver'); f1.value = repl; } return true; } /**/ function send() { if ((pruefen() == true)) { with (document.formular) { var c1 = C1.checked; var c8 = C8.checked; var c6 = C6.checked; var c9 = C9.checked; C3.disabled = false; T11.disabled = (c1 == true) ? true : false; T10.disabled = ((c8 == true) || (T10.value == '')) ? false : true; T13.disabled = ((c8 == true) || (T13.value == '')) ? false : true; T7.disabled = ((c6 == true) || (c9 == true) || (T7.value == '')) ? false : true; T8.disabled = ((c6 == true) || (c9 == true) || (T8.value == '')) ? false : true; C10.disabled = false; submit(); } } } /**/ function pruefen() { var f1 = document.formular.T1.value; var f2 = document.formular.T2.value; var f3 = document.formular.T3.value; var f4 = document.formular.T4.value; var f5 = document.formular.T5.value; var f6 = document.formular.T6.value; var f7 = document.formular.T7.value; var f8 = document.formular.T8.value; var f9 = document.formular.T9.value; var f11 = document.formular.T11.value; var f12 = document.formular.T12.value; var f13 = document.formular.T13.value; var f14 = document.formular.T14.value; var c1 = document.formular.C1.checked; var c8 = document.formular.C8.checked; var c6 = document.formular.C6.checked; var c9 = document.formular.C9.checked; var fe = new Array('T10'); var va = new Array('\'', '"'); if (test_email() == false) return false; for (i = 0; i < fe.length; i++) { for (j = 0; j < va.length; j++) { var ei = document.formular.elements[fe[i]]; if (ei.value.indexOf(va[j]) != -1) { alert(txt[5][7] + va[j] + txt[5][8]); ei.select(); ei.focus(); return false; } } } var fe = new Array('T7', 'T14'); var va = new Array('\'', ','); for (i = 0; i < fe.length; i++) { for (j = 0; j < va.length; j++) { var ei = document.formular.elements[fe[i]]; if (ei.value.indexOf(va[j]) != -1) { alert(txt[5][7] + va[j] + txt[5][8]); ei.select(); ei.focus(); return false; } } } if (f1.charAt(f1.length - 1) == '\\') { alert(f1 + '\n\n' + txt[28][26]); document.formular.T1.select(); document.formular.T1.focus(); return false; } var tea = f1.split('\\'); if (/^([c-z])+([:])$/i.test(tea[0]) == false) { alert(tea[0] + '\n\n' + txt[28][22]); document.formular.T1.select(); document.formular.T1.focus(); return false; } for (k = 1; k < tea.length; k++) { if (/^([_a-z0-9- .]+)$/i.test(tea[k]) == false) { alert(tea[k] + '\n\n' + txt[28][23]); document.formular.T1.select(); document.formular.T1.focus(); return false; } } if (f3.search(/\*\*\*\*\*\*\*\*\*\*/) == -1) { if (/^[_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)*@([a-zA-Z0-9-áàăâåäãąāæćĉčċçďđéèĕêěëėęēğĝġģĥħíìĭîïĩįīıĵķĺľļłńňñņŋóòŏôöőõøōœĸŕřŗśŝšşťţŧúùŭûůüűũųūŵýŷÿźžżðþ]+\.)+([a-zA-Z0-9]+)$/.test(f3) == false) { alert(txt[41][26]); document.formular.T3.select(); document.formular.T3.focus(); return false; } } if ((f2 != -1) && ((f2.match(/\D/) != null) || (f2 < 1))) { alert(txt[19][9] + txt[41][4] + ' "\t\n' + txt[41][27]); document.formular.T2.select(); document.formular.T2.focus(); return false; } if ((f4 == '') || (f4.match(/\D/) != null) || (f4 < 0) || (f4 > 3600)) { alert(txt[19][9] + txt[41][8] + ' ... "\t\n' + txt[41][28]); document.formular.T4.select(); document.formular.T4.focus(); return false; } if ((f9 == '') || (f9.match(/\D/) != null) || (f9 < 0) || (f9 > 3600)) { alert(txt[19][9] + txt[41][29] + ' ... "\t\n' + txt[41][28]); document.formular.T9.select(); document.formular.T9.focus(); return false; } if (c1 == true && ((f11 == '') || (f11.match(/\D/) != null) || (f11 < 0) || (f11 > 99))) { alert(txt[19][9] + txt[41][30] + ' ... "\t\n' + txt[41][31]); document.formular.T11.select(); document.formular.T11.focus(); return false; } if (f12.indexOf('\'') != -1) { alert(txt[5][7] + ' \' ' + txt[5][8]); document.formular.T12.select(); document.formular.T12.focus(); return false; } if ((f5 == '') || (f5.match(/\D/) != null) || (f5 < 0) || (f5 > 3600)) { alert(txt[19][9] + txt[41][16] + ' "\t\n' + txt[41][28]); document.formular.T5.select(); document.formular.T5.focus(); return false; } if ((f6 == '') || (f6.match(/\D/) != null) || (f6 < 0) || (f6 > 3600)) { alert(txt[19][9] + txt[41][32] + ' "\t\n' + txt[41][28]); document.formular.T6.select(); document.formular.T6.focus(); return false; } if ((c8 == true) && (f13 != '')) { var test = f13.split(','); for (i = 0; i < test.length; i++) { var ip = test[i].split('.'); for (k = 0; k < ip.length; k++) { if ((test[i] == '255.255.255.255') || (ip.length != 4) || (ip[k] == '') || (ip[k].match(/\D/) != null) || (ip[k] < 0) || (ip[k] > 255)) { alert('\t' + test[i] + '\t\n\n' + txt[18][27]); document.formular.T13.select(); document.formular.T13.focus(); return false; } } } } if ((c6 == true) || (c9 == true)) { if (f7.indexOf('"') != -1) var ganz = (f7.match(/\"/g).length) % 2; else var ganz = 0; if (ganz != 0) { alert(txt[20][43]); document.formular.T7.select(); document.formular.T7.focus(); return false; } else { var z = (f7.charAt(0) != '"') ? 0 : 1; var LW1 = f7.charAt(z); var LW2 = f7.substr((1 + z), 2); if (((f7.substr(z, 2) != '\\\\') && ((/^([c-z])$/i.test(LW1) != true) || (LW2 != ':\\'))) || (f7.indexOf('.') == -1)) { alert(txt[19][9] + txt[41][33] + txt[20][37]); document.formular.T7.select(); document.formular.T7.focus(); return false; } } if ((f8 == '') || (f8.match(/\D/) != null)) { alert(txt[19][9] + txt[41][34]); document.formular.T8.select(); document.formular.T8.focus(); return false; } } if (f14 != '') { if (f14.indexOf('"') != -1) var ganz = (f14.match(/\"/g).length) % 2; else var ganz = 0; if (ganz != 0) { alert(txt[20][43]); document.formular.T14.select(); document.formular.T14.focus(); return false; } else { var z = (f14.charAt(0) != '"') ? 0 : 1; var LW1 = f14.charAt(z); var LW2 = f14.substr((1 + z), 2); if (((f14.substr(z, 2) != '\\\\') && ((/^([c-z])$/i.test(LW1) != true) || (LW2 != ':\\'))) || (f14.indexOf('.') == -1)) { alert(txt[19][9] + txt[41][33] + txt[20][37]); document.formular.T14.select(); document.formular.T14.focus(); return false; } } } return true; }