ASP.NET
Thursday, 14 June 2012
<script type="text/javascript">
function mouseOver(img) {
img.src = "~/images/NextBlack.png";
}
function mouseOut(img) {
img.src = "~/images/image_edit.png";
}
</script>
on button ------onmouseover="funcationname(this)"
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment