Hi!
Versuchs mal mit der UND-Verknüpfung in JavaScript ("&&")
<script type="text/javascript">
<!--
function chkFormular()
{
if(document.Formular.feld1.value==""&&document.Formular.feld2.value=="")document.Formular.feld3.value=="")document.Formular.feld4.value=="")document.Formular.feld5.value=="")document.Formular.feld6.value==""))
{
alert("Bitte mind. einen Suchbegriff eingeben!");
return false;
}
}
//-->
</script>
Hoffe es klappt jetzt! (P.S.: Für feld1, feld2 etc. deine Feldnamen einsetzen)
Marc Reichelt || http://www.marcreichelt.de/
--
tel.: 0049/6181/72224
fax.: 0049/6181/740724
Linux is like a wigmam - no windows, no gates and an Apache inside!!!
tel.: 0049/6181/72224
fax.: 0049/6181/740724
Linux is like a wigmam - no windows, no gates and an Apache inside!!!