<tr>
<td><img src="./img/etc/id.gif" /></td>
<td><input type="text" name="user_id" value="" tabindex=1 /></td>
<td rowspan="2"><a href="javascript:goLogin();" title="Login">
<img src="./img/etc/btn_login.gif" hspace="5" border="0" tabindex=3 />
</a>
</td>
</tr>
<tr>
<td><img src="./img/etc/pw.gif" /></td>
<td><input type="password" tabindex="2" name="user_pass" value="" tabindex=2/></td>
</tr>
<td><img src="./img/etc/id.gif" /></td>
<td><input type="text" name="user_id" value="" tabindex=1 /></td>
<td rowspan="2"><a href="javascript:goLogin();" title="Login">
<img src="./img/etc/btn_login.gif" hspace="5" border="0" tabindex=3 />
</a>
</td>
</tr>
<tr>
<td><img src="./img/etc/pw.gif" /></td>
<td><input type="password" tabindex="2" name="user_pass" value="" tabindex=2/></td>
</tr>
자바스크립트도 아니고 태그라고 해야하나...흠...
tabindex = 1
tabindex = 2
tabindex = 3
tabindex = 4
tabindex = 5
이런식으로 태그에 옵션을 넣어주면 된다.
간단데스!!!
'개발관련 > 웹개발' 카테고리의 다른 글
window.open 속성 (1) | 2008.04.01 |
---|---|
플래시 활성화 시키기 (0) | 2008.03.30 |
브라우저 구별하는 스크립트 (0) | 2008.03.24 |
버튼 클릭했을때 클립보드에 내용 복사하기 (1) | 2008.03.18 |
마우스 오른쪽 클릭 안되게 하기 (1) | 2008.03.06 |