onmouseover
Posted: Wed Aug 27, 2003 9:51 am
Hi there:
I have been trying to use onmouseover since yesterday and its driving me nuts. Any help on this will be much appreciated...
Thanks
Biju
I have been trying to use onmouseover since yesterday and its driving me nuts. Any help on this will be much appreciated...
Thanks
Biju
Code: Select all
<SCRIPT language="JavaScript">
function movepic(img_name,img_src) {
documentїimg_name].src=img_src;
}
</SCRIPT>
<?
print ("<table border=0 cellspacing=0 cellpadding=0 align='right'> <tr><td><img src='legend_a.png' border='0' align='right' onMouseOver=movepic('picture','legend_b.png')
onmouseout=movepic('picture','legend_a.png')><IMG NAME='picture' SRC='legend_a.png'></td></tr>");
print ("</table>")
?>