this has me puzzled, my form validates perfectly well with a normal submit button but i wish to put a custom button in place however it ain’t working can anyone shed some light?
this is the normal button that works fine:
<input type=“button” name=“Button” value=“Submit” onClick=“emailcheck()”>
this is the one that doesn’t work:
<input type=“image” name=“Button” value=“Submit” src=“sub.gif” width=“100” height=“20” onClick=“emailcheck()”>