How to identity a hyperlink is enabled or disabled

I have table in which there is one column with many hyperlinks among which few are enabled and rest disabled. The scripts need to link on enabled hyperlink an perform other activities. So the question is how to identity only the enabled one’s and click on it.

Hi,

Kindly check in HTML dom what attribute of UI element differentiates between an enabled or disabled link.

Post that use java script to get that property value in your process to check if link is disabled or enabled

Regards,
Amit Anand.