Mia: farbliche antwort im fragebogen

Beitrag lesen

Hallo Nada,

verzweifeln hilft nicht. Sieh dir mal dieses Beispiel an.
Vielleicht lässt sich daraus etwas für deine Anwendung Sinnvolles ableiten.

...
<form name="form1" method="post" action="...">
  <table border="1" cellspacing="0" cellpadding="0" >
    <tr>
      <td id="z1"><input type="radio" name="block1" value="1" onClick="z1.style.backgroundColor='#1111FF'" onChange="z1.style.backgroundColor='#FFFFFF'">
        Auswahl 1 </td>
    </tr>
    <tr>
      <td id="z2"><input type="radio" name="block1" value="2" id="radio" onClick="z2.style.backgroundColor='#1111FF'" onChange="z2.style.backgroundColor='#FFFFFF'">
        Auswahl 1</td>
    </tr>
  </table>
</form>
..

Gruß Mia