SoFunction
Updated on 2025-04-14

Add the text of the hyperlink on the mouse to add color to the color one by one


<public:component>
<public:attach event="onmouseover" onevent="domouseover()">
<public:attach event="onmouseout" onevent="domouseout()">
<script language="javascript">
function domouseover(){
with(element)
{(0).Apply();(0).Play();}}
function domouseout(){
with(element){
(0).Apply();
(0).Play();}}
</script>
</public:component>