bnovc
06-22-2004, 04:55 AM
<td onmouseover="this.style.cursor='hand';" onclick="document.form.rca[1][0].checked = true; return false;">
<input type="radio" name="rca[1]" value="strongly agree" class="layout">
</td>
Does anyone see a problem with that? On my test page I the problem seemed to be naming the input button an array.
<input type="radio" name="rca[1]" value="strongly agree" class="layout">
</td>
Does anyone see a problem with that? On my test page I the problem seemed to be naming the input button an array.