uhm c'mon that isn't so hard
Code:
<img src="img.jpg" onclick="alert('your alert')" />
or
Code:
<script type="text/javascript">
function customAlert(){
var alertString="my costum alert text";
alert(alertString);
}
</script>
<img src="http://www.catfacts.org/cat-facts.jpg" onclick="customAlert()" />
__________________________________________________ ________
I am DJ Kat...that's my name. Its a D and a J and a Kat with a K.