M
Mufasa
How can I make an asp:radiobutton where when the user selects it it runs
javascript code? I've tried doing the following but it doesn't seem to work:
arbLogoAttached.Attributes.Add("OnCheckedChanged",
"javascript:RadioClicked();");
But that doesn't seem to work. And it doesn't seem to put the onclick or
oncheckedchanged on the input itself - it's putting it on a span around the
object.
Anybody have any thoughts?
TIA - Jeff.
javascript code? I've tried doing the following but it doesn't seem to work:
arbLogoAttached.Attributes.Add("OnCheckedChanged",
"javascript:RadioClicked();");
But that doesn't seem to work. And it doesn't seem to put the onclick or
oncheckedchanged on the input itself - it's putting it on a span around the
object.
Anybody have any thoughts?
TIA - Jeff.