Problemer med at vise rigtige billede
<table border="0" width="100%"><tr>
<td width="37%"><img border="0" src="fodboldbane.gif" name="preview" width="320" height="415"></td>
<td width="63%" style="border: 1px solid black" valign="top">
<table border="0" width="553">
<tr>
<td width="20" align="center"><input type="radio" value="3-4-3" checked name="formation" onchange="document.getElementById('preview').src='formation343.bmp'"></input></td>
<td width="244"><b>3-4-3</b></td>
<td width="20" align="center"><input type="radio" value="4-3-3" name="formation" onchange="document.getElementById('preview').src='formation433.bmp'"></input></td>
<td width="243">4-3-3</td>
</tr>
<tr>
<td width="20" align="center"><input type="radio" value="3-3-4" name="formation" onchange="document.getElementById('preview').src='formation334.bmp'"></input></td>
<td width="244">3-3-4</td>
<td width="20" align="center"><input type="radio" value="4-2-4" name="formation" onchange="document.getElementById('preview').src='formation424.bmp'"></input></td>
<td width="243">4-2-4</td>
</tr>
<tr>
<td width="20" align="center"><input type="radio" value="3-5-2" name="formation" onchange="document.getElementById('preview').src='formation352.bmp'"></input></td>
<td width="244">3-5-2</td>
<td width="20" align="center"><input type="radio" value="2-4-4" name="formation" onchange="document.getElementById('preview').src='formation244.bmp'"></input></td>
<td width="243">2-4-4</td>
</tr>
<tr>
<td width="20" align="center"><input type="radio" value="4-4-2" name="formation" onchange="document.getElementById('preview').src='formation442.bmp'"></input></td>
<td width="244">4-4-2</td>
<td width="20" align="center"><input type="radio" value="2-5-3" name="formation" onchange="document.getElementById('preview').src='formation253.bmp'"></input></td>
<td width="243">2-5-3</td>
</tr>
</table>
</td>
</tr>
</table>
Mit problem er at den slet ikke viser de rigtige billeder? Billederne har de rigtige navne. Er der nogle der kan finde fejlen?
