フォノクラフト株式会社:作業メモや備忘録など

作業メモや備忘録など…

aタグでsubmit

without comments

サンプルソース

忘れがちなのでメモ。
↓これだけです。

<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>