M
Michael Schnell
Is it possible to attach Javascript functions to individual
RadioButtonList Items? I've tried doing the Attributes.Add on the items
collections like so:
Me.Radiobuttonlist2.Items(0).Attributes.Add("onblur",
"DoPopupfrmDucted();")
Me.Radiobuttonlist2.Items(2).Attributes.Add("onblur",
"DoPopupfrmDucted();")
Me.Radiobuttonlist2.Items(1).Attributes.Add("onblur",
"DoPopupfrmFreeblow();")
But when I look at the source in the browser, they are never there.
Any help would be greatly appreciated.
Thanks,
Michael Schnell
RadioButtonList Items? I've tried doing the Attributes.Add on the items
collections like so:
Me.Radiobuttonlist2.Items(0).Attributes.Add("onblur",
"DoPopupfrmDucted();")
Me.Radiobuttonlist2.Items(2).Attributes.Add("onblur",
"DoPopupfrmDucted();")
Me.Radiobuttonlist2.Items(1).Attributes.Add("onblur",
"DoPopupfrmFreeblow();")
But when I look at the source in the browser, they are never there.
Any help would be greatly appreciated.
Thanks,
Michael Schnell