what is the problam in this code, after i put the code for onClick event this gives me a error
can anyone help me
Code: Select all
$body="";
$body.= "<td height='5' ><input name='optSelected' type='radio' value='$count.$rows[1].' onclick='document.getElementById('result').innerHTML=this.value;' ></td>";