I have a set of radio buttons that have a unique name and identifier, but the value for each radio station is the same and the onclick event, what I want to get are the parameters that are inside the click event of the marked radio button on the finished document.
<input id="lvCP_CP1_0_rbC_0" type="radio" name="lv$ctrl0$UC1$CP" value="rbC" checked="checked" onclick="SetCPPrice('lvCP_CP1_0_rbCPSelected_0','Total:5','CPID:wrAtPJQGUiuKfptENuMumY/M7utu6gZ3VMRy3KI1P9rNCokUUO','CPPriceUS:75.9878666666667','CPriceEU:107.53');">
source
share