Jump to content

Recommended Posts

Posted

By using IE.au3 I like to check for a given <a> element if via javascript there has been onclick event registered. Something like this:

 

$field = _IEGetObjById($oIE, "field")
$onclick = $field.getEvent("onclick")
if IsObj($onclick) then
 ...
EndIf

 

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