LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to properly click button via ActiveX

I am trying to program a click to the submit/apply button on a web page of a product I am trying to test. The HTML code defines the buttons as follows:

 

<!-- buttons table starts here -->
                     <table cellspacing="0" cellpadding="0" border="0">
                      <tr>
                       <td><input type="submit" name="Button" value="Apply" class="button" /></td>
                       <td width="10"><spacer width="10" height="10"></spacer></td>
                       <td><input type="reset" name="Button" value="Cancel" class="button" /></td>
                       <td width="10"><spacer width="10" height="10"></spacer></td>
                       <td><input type="submit" name="Button" value="Help" class="button" /></td>
                       <td width="10"><spacer width="10" height="10"></spacer></td>
                       <td>                                                   </td>
                      </tr>
                     </table>
                    <!-- buttons table ends here -->

0 Kudos
Message 1 of 2
(2,318 Views)
0 Kudos
Message 2 of 2
(2,308 Views)