Jump to content

Recommended Posts

Posted

Hi all,

How to get the color of a hyperlink? When I place my cursor on the link to view the color with the au3info tool it changes to the mouseover color.

Thanks!

Posted

Hi all,

How to get the color of a hyperlink? When I place my cursor on the link to view the color with the au3info tool it changes to the mouseover color.

Thanks!

If you have the X/Y coordinates to move the mouse to, then you can PixelGetColor() there instead.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Posted

Thanks, but how do I know that its the link color, not the background color?

I thought you had the exact X/Y coord of the point you were interested in.

Perhaps this is a better track:

Get an object reference to the link with _IELinkGetCollection(),

and then get the color for that object with $iColor = $oLink.style.color

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Posted

Hi all,

How to get the color of a hyperlink? When I place my cursor on the link to view the color with the au3info tool it changes to the mouseover color.

Thanks!

Print screen.

Run MSPaint.exe

Paste.

Mouseover the picture of the link text, check Au3Info.

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