Hi - was sure this has been answered before and know the submit image should be inside the form - but cant find a solution:
Can anyone tell me why this submit image wont submit the form
Can anyone tell me why this submit image wont submit the form
Code:
<form name="fcuslistsrch" id="fcuslistsrch" action="cuslist.asp" onSubmit="return ew_ValidateForm2(this);" style="margin:0">
<!--This image submits fine-->
<input type="image" src="images/searchbut2.gif" onClick="this.form.submit();"/>
</form>
<!--this one doesnt-->
<input type="image" src="images/searchbut2.gif" onclick"document.fcuslistsrch.submit();"/>