Hello,
Is there another way then this:
to use a image as a submit button?Code:<A href="javascript:document.myForm._eventId_proceed.name='_eventId_proceed';document.myForm.submit();"> <img src="<%=response.encodeURL(request.getContextPath()+ "/static/img/btn_next.gif")%>" class="right" alt="Next" /> </A> <input type="hidden" name="_eventId_proceed" value="transition">


Reply With Quote
