Hi everyone,
I would like to click or select one of the radio, but I don't know how to write VBA if I want to select the data-index=1.
Thanks for helping in advance.
I would like to click or select one of the radio, but I don't know how to write VBA if I want to select the data-index=1.
Thanks for helping in advance.
PHP:
<tr data-index="1" data-uniqueid="10178" class="selected"> <td class="bs-checkbox "><input data-index="1" name="btSelectItem" type="radio" value="10178" class="ignore-access-ctrl"></td> <td style="width: 150px; ">CTXXXX</td> <td style="width: 150px; ">AADepartment</td> </tr>
PHP:
<input data-index="1" name="btSelectItem" type="radio" value="10178" class="ignore-access-ctrl">
PHP:
<input type="hidden" id="_commonPopupTable_select_rows_json" value="[{"code":"CTXXXX","id":10178,"name":"AADepartment","rownum_":1,"_commonpopuptable_check_state":true}]"
Last edited: