Jump to content

Single Button in Source


Recommended Posts

Hello,

i was wondering how can i click a button

if that button is the ONLY one in source

example

<td><button onclick="do_calc()">Do Calc!</button></td>

this is my code, but i am using this if there are more than 1 button in a source

Local $oButtons = _IETagNameGetCollection($oIE, "button")
        For $oButton In $oButtons
            If $oButton.innerText = "Do Calc!" Then
                _IEAction($oButton, "click")
            EndIf
        Next

thanks in advance

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...