Hallo,
das sollte helfen :
(das form heist :Formular
das feld :Firma
gruß hans
<!--
function chkFormular()
{
if((document.Formular.Firma.value != "")||(document.Formular.Firma.value != "JA")) {
alert("Bitte Firma eingeben!");
document.Formular.Firma.focus();
return false;
}
}
//-->