Jump to content

Recommended Posts

Posted

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?

Posted (edited)

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

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
×
×
  • Create New...