Jump to content

Extract mouseover from IE source


Recommended Posts

Hi,

I'm trying to extract or read the mouseover code from an IE browser. I can get the links via _IELinkGetCollection, which gives me access to the href etc, but is there some way to get the onmouseover code?

Many thanks in advance for anyone that can point me in the right direction?

Regards,

Andy

Link to comment
Share on other sites

_IEDocReadHTML and using regular epressions or stringbetween function (making an array of all between "<a" and "</a>" string, next checking if they contain [by strinnginstr] string onmouseover ), I cant give you act code because I dont have IE, sorry :)

Edited by Uriziel01
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...