You are here: irt.org | FAQ | JavaScript | Link | Q624 [ previous next ]
You have to use a link, but you can make it do nothing:
<SCRIPT LANGUAGE="JavaScript"><!-- function myVoid() {} //--></SCRIPT> <A HREF="javascript:myVoid()"><IMG SRC=picture" onMouseOver="... insert mouse over code" onMouseOut="... insert on mouse out code"></A>