<input type="button" value="Submit" onclick="$('#someForm').submit();" />
<a onclick="$('#someForm').submit();" href="javascript:void(0);">Submit</a>