Need to use onMouseOver and onMouseOut events

HI All,

In a HTML area . I need to change the font color of the hyperlink text .
Like . onMouseOver and onMouseOut events .
Can any one help me how to get the change in font color .

I have written a function in scrip but it does not accepts function word in the editor .

any one please help

Thanks in advance

Hi servoy_help,

The SUN HTML engine that Servoy uses doesn’t seem to support the CSS a:link, a:hover and a:visited.
So in short, you can’t use mouseover styles in HTML.

Hope this explains things for you.