For some reason I can' t get the radio button to work, for some reason I am unable to select the radio buttons at all. Please see my code below:
[HTML]<form>
1) Do you browse through railway timetables, directories, or dictionaries just for pleasure?
<input type="radio" name"question" value="True">Tr ue
<input type="radio" name"question" value="False">F alse<br>
</form>[/HTML]
I am using IE 6.
cheers
[HTML]<form>
1) Do you browse through railway timetables, directories, or dictionaries just for pleasure?
<input type="radio" name"question" value="True">Tr ue
<input type="radio" name"question" value="False">F alse<br>
</form>[/HTML]
I am using IE 6.
cheers
Comment