S
Sergey Poberezovskiy
You have to look within client events, not server.
And to achive what you want you will need to define:
onmousemove and onmouseout events:
<img id="myImg" src="mySource" runat="server" (this is
optional) onmousemove="javascript:functionToChangeImage()"
onmouseout="javascript:functionToChangeImageBack()" >
HTH
And to achive what you want you will need to define:
onmousemove and onmouseout events:
<img id="myImg" src="mySource" runat="server" (this is
optional) onmousemove="javascript:functionToChangeImage()"
onmouseout="javascript:functionToChangeImageBack()" >
HTH