Jump to content

i can't click


elho
 Share

Recommended Posts

First thank you for autoit.

I can't click on this:

<a href="http://google.fr" onmousedown="return clk('512')" target="_blank" class="anyclass">click me</a>

with clk:

<script type="text/javascript">

<!--

function clk(id)

{

(new Image()).src="goto.php?id="+id;

return true;

}

//-->

</SCRIPT>

I tried all what i found on this forum: click, fireEvent, clickbytext.

Any help please?

Link to comment
Share on other sites

Look in the helpfile for

_IELinkClickByText ( ByRef $o_object, $s_linkText [, $i_index = 0], $f_wait = 1]] )

I treid both functions last day (click bye txt and click) so nothing. Please look the java function, it generate an mage! Edited by elho
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...