<form name="login" action="index.php" method="post" onsubmit="check_form(); return false">
<table>
<tr>
<td>
<input type="text" name="username" value="aa" maxlength="12" style="width:120px; height=25" tabindex=1>
<input type="image" src="images/log04.gif" width="89" height="78" tabindex=3>
</td>
</tr>
</table>
</form>
이미지 버튼은 바로 서브밋이 되므로 자바스크립트로 체크를 하려면 onsubmit를 사용해야함
input type=submit
input type=image
input type=text인 상태에서 엔터 입력
위 세개가 비슷한 문제를 발생할 듯..
(이 부분은 확인해봐야겠다 ㅋㅋ )
맨날 <a>태그만 써댔으니...image버튼 공부해야겠꾸나아아~~무튼!! 득템!! +ㅁ+