Jump to content

IE.au3 to launch a JavaScript function


Recommended Posts

Hello,

I have the following HTML code and I'm using IE.au3

<a class="button" href="#support" button-click="follow()">click here</a>

I want to click on the link and to launch the follow() Javascript function.

I have the following code:

_IELinkClickByText($oIE, "click here")

It clicks on the link but does not load follow() function.

How to be able to launch follow() via AutoIT ?

Regards,

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...