<img src="pathtoimage.gif"> or use javascript
<head>
<script type="javascript">
function show_me(){
document.getElementById("hime").style.visibility="visible";
}
</script>
</head>
<input type="submit" id="Submit" value="Submit" onClick="javascript:showme();">
<div id="hime"><img src="pathtopic.gif"></div>