Sie sind nicht angemeldet.
|
|
Quellcode |
1 2 3 4 5 |
if(document.Formular.Postleitzahl.value == "") {
alert("Bitte Ihre Postleitzahl eingeben!");
document.Formular.Postleitzahl.focus();
return false;
}
|
crushcoder
God





|
|
Quellcode |
1 2 3 4 5 |
if(isNaN(document.Formular.Postleitzahl.value) == true) {
alert("Bitte eine Zahl eingeben!");
document.Formular.Postleitzahl.focus();
return false;
}
|
Gott hat die Welt ja nur in sieben Tagen erschaffen können, weil es keine installierte Basis gab.
-