Frank: textfeld hg-farbe

Beitrag lesen

function check_adress_ol()
  {
  if (document.form_adress_ol.rfirma.value=="") {
  alert("Bitte geben Sie den Firmen Namen ein !")

document.form_adress_ol.rfirma.style.backgroundColor = "yellow";

document.form_adress_ol.rfirma.focus();
  return false;
  }

Das ging ja fix !!!!

Vielen Dank !!!