<table style="width: 100%; margin-left: 5px;" align="center">
<tr>
<td style="width: 250px; ">
<input type="radio" name="radio1" id="radio1" onclick="chkOut();" /> Create Child Component </td>
<td>
<input type="radio" name="radio1" id="radio12" onclick="checkOut();"/> Add Component From Another Asset
</td>
</tr>
</table>
var formObj=document.forms[0];
formObj.action="ArcheTypeDevice.in?&status=AddComponent&SelectedText="+txt;
formObj.submit();
<table style=width: 100%; margin-left: 5px; align=center> <tr> <td style=width: 250px; > <input type=radio name=radio1
Share
You can use this function if you are able to assign unique value to each radio button.