//커서이동 시작
function autojump(currentinput,maxlength,nextinput)
{
if(currentinput.value.length>=maxlength)
nextinput.focus();
}
//커서이동 끝
onKeyup="autojump(this,7,this.form.sub)"
'Javascript Tip' 카테고리의 다른 글
[javascript] input 글쓰기시 기본 한글입력 (0) | 2013.06.21 |
---|---|
[javascript] 팝업 오늘은 이창 띄우지 않음 소스 (0) | 2013.06.21 |
[javascript] 숫자 체크 스크립트 (0) | 2013.06.21 |
[javascript] 특수키 체크 스크립트 (0) | 2013.06.21 |
숫자 알파벳 아스키 코드값 (0) | 2013.06.21 |