I need to select an item with an id
value that is not always the same (depending on amount of radio buttons set by Code Behind of ASP.NET WebForms). What is unique is the valuethat belongs to the input field.
<input id="ctl00_ContentPlaceHolder1_RadioButtonList_2" type="radio"
name="ctl00$ContentPlaceHolder1$RadioButtonList" value="21" />
How can I obtain this input element with JavaScript that works in IE8?