Hallo Gernot,
ich habe das jetzt so eingebaut, aber es rührt sich nicht. Beim klick auf das Bild passiert aber nichts.
Warum???
function haken()
{
window.document.clickaction.xxx.checked=true;
}
function check(num)
{
for(i = 0; i < 4; i++)
{
if(num != i) document.clickaction.xxx[i].checked = false;
}
}
<form Name="clickaction">
<input type="checkbox" name="xxx" $lastaction_0 value="messen" onclick='check(0)'><img src="info.gif" onClick="haken()">