<image src="1.jpg" />
<Script type="text/javascript">
function ImageChange(evt)
{
if(eventName=="mouseout")
{
element.src="1.jpg";
}
if(eventName=="mouseover")
{
element.src="2.jpg";
}
}
</script>
更多请参见:http://www.w3school.com.cn/htmldom/dom_obj_event.asp