TheConeHead
Programmer
Is there any reason an onclick would not work in a radio button? i.e.
<input type="radio" onclick="alert('Hey!');">
Seems like it should work, but I can not get it to....
<input type="radio" onclick="alert('Hey!');">
Seems like it should work, but I can not get it to....