input text 직접입력 못하게 하기
로빈아빠
본문
onkeydown="event.returnValue=false;" 추가
<input type="text" onChange="Chk(this,1)" onkeydown="event.returnValue=false;" >
체크박스 비활성화...disabled 은 param.값이 안넘어감...
<input type="checkbox" onclick="return false" />
[출처] input type file 형식 text 직접입력 못하게 하기|작성자 다큰용
관련링크
- http://prattler22.tistory.com/135 1289회 연결
댓글목록
등록된 댓글이 없습니다.