Angelika Bender: button mit javascript enabled/disabled

Beitrag lesen

Hallo,

ich hatte ein ähnliches Problem mit checkboxen und habe es ungefähr so gelöst:

<input type="button" name="BestAng" value=0 onClick="javascript:BestAngebot();" checked>
<input type="button" name="BestOnl" value=1 disabled>
<input type="button" name="BestTel" value=2 disabled>
<input type="button" name="BestHer" value=3 disabled>

function BestAngebot()
  {
   document.Eingabe.BestOnl.disabled = true;
   document.Eingabe.BestTel.disabled = true;
   document.Eingabe.BestHer.disabled = true;
  }

Ich hoffe das hilft die weiter. Aber bei Netscape