Jump to content

Recommended Posts

Posted

<a class="boutonAction" href="javascript:fcDoAction('AFFICHER__CD')">Show it</a>

I tried 

$btatt = .document.getElementsByTagName("a")
For $bta in $btatt
   If $bta.innerHTML = "Show it" Then
      $bta.click()
      EndIf
Next

auto.JPG

Posted
Just now, RABANY1 said:

<a class="boutonAction" href="javascript:fcDoAction('AFFICHER__CD')">Show it</a>

I tried 

$btatt = .document.getElementsByTagName("a")
For $bta in $btatt
   If $bta.innerHTML = "Show it" Then
      $bta.click()
      EndIf
Next

auto.JPG

 

  • Moderators
Posted

@RABANY1 please pay attention to where you post in the future. The DEV forum very clearly states:

Quote

Do not create AutoIt-related topics here, use AutoIt General Help and Support

We even bolded it for you ;)

 

Edit: I also notice you have an account under @rabany, which I have deleted as multiple accounts are not allowed on this forum.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Posted
4 minutes ago, JLogan3o13 said:

@RABANY1 please pay attention to where you post in the future. The DEV forum very clearly states:

We even bolded it for you ;)

 

Edit: I also notice you have an account under @rabany, which I have deleted as multiple accounts are not allowed on this forum.

Excuse me it just my first activity on the site 

Posted

From your code i see:   

If $bta.innerHTML = "Show it" Then

, but from the html code picture i see that the innerhtml is different - something in French.

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
  • Recently Browsing   0 members

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