Page is a not externally linkable
bs6600 - 3:59 pm on Sep 23, 2012 (gmt 0)
Is there a routine explanation for this or what
Typically I have
function f_button()
{alert("hello")}
.
.
.
<INPUT TYPE="radio" name="radiobuttons" id="radiobutton3" VALUE=0 onClick="f_button()">
The alert fires in IE but not in Chrome or Firefox
Thanks
Bill