aタグでsubmit
サンプルソース
忘れがちなのでメモ。
↓これだけです。
<form method="post" action="####" name="LOGIN"> <input type="text" name="" value=""> <input type="text" name="" value=""> <input type="text" name="" value=""> <input type="text" name="" value=""> <a href="javascript:void(0);" onclick="document.LOGIN.submit();return false;">ログイン</a> </form>