I did this "finger" request awhile ago:
http://www.codingforums.com/showthre...6598#post16598
Oh, and do NOT do what the last post suggested - href="javascript
:... is not a way to envoke javascript.
While pointer is the correct style value for cursor property, it is not supported in IE5.5-. A hack that takes care of that is putting both:
cursor: hand;
cursor: pointer;
and in this order!!!
However in your particular example, you would do the folowing:
Make sure your changeimage function returns false and then add href attribute pointing to a page that you want to use when javascript is disabled (or just #, if none);
<a href="noJSlink.html" onclick=" return changeimage(.....