G
Guest
I have an image placed on an aspx page.
<img id="xyz" onMouseOver="abc()" src="c:\temp\ijk.jpg"> My Text to Display
How can I change the forecolor of the text 'My Text to display' in function
abc()?
Either in java or c#
<img id="xyz" onMouseOver="abc()" src="c:\temp\ijk.jpg"> My Text to Display
How can I change the forecolor of the text 'My Text to display' in function
abc()?
Either in java or c#