function pruefen() { if (document.forms['gastkontakt'].elements['feld2'].value== ''){ alert('Bitte geben Sie Ihren Namen/Vornamen ein.'); document.forms['gastkontakt'].elements['feld2'].select(); document.forms['gastkontakt'].elements['feld2'].focus(); return false; } if (document.forms['gastkontakt'].elements['feld9'].value.indexOf('@',0) == -1 || document.forms['gastkontakt'].elements['feld9'].value.indexOf('.',0)== -1){ alert('Bitte geben Sie Ihre eMail ein.'); document.forms['gastkontakt'].elements['feld9'].select(); document.forms['gastkontakt'].elements['feld9'].focus(); return false; } if (document.forms['gastkontakt'].elements['text'].value== ''){ alert('Bitte geben Sie einen Text ein.'); document.forms['gastkontakt'].elements['text'].select(); document.forms['gastkontakt'].elements['text'].focus(); return false; } } document.writeln("
"); document.writeln(""); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(""); document.writeln(" "); document.writeln(" "); document.writeln(""); document.writeln(""); document.writeln("
*Name/Vorname:
"); document.writeln("
"); document.writeln(""); document.writeln("
Strasse Haus-Nr.:"); document.writeln("
"); document.writeln(" - "); document.writeln("
PLZ:
"); document.writeln("
"); document.writeln("
Ort:
"); document.writeln(""); document.writeln("
Telefon:
"); document.writeln(""); document.writeln(" / "); document.writeln("
*eMail:
"); document.writeln("
"); document.writeln("
Betreff:
"); document.writeln("
*Nachricht:
"); document.writeln("
"); document.writeln(""); document.writeln("
 "); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln("
Homepagetools by Gastbuch24.de
");