That would work but he also wants the image to be a rollover image.
Just use this:
HTML Code:
<script>
function subForm(){
document.FORMNAME.submit();
}
</script>
<div align="right"><a href="javascript:subForm();" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('next','','nextrollover.gif',1)"><img src="http://forums.x10hosting.com/programming-help/next.gif" width="170" height="40" border="0" id="next"></a></div>
Of course you're going to have to change FORMNAME to match the name="" attribute in the <form> tag.