자동으로 textarea 크기 조절하기
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body>
<textarea name="textarea" scol cols="50" rows="5" onKeyDown="setLine( this )"></textarea>
<script language="javascript">
function setLine( txa ){
line = 5 //기본 줄 수
new_line = txa.value.split( "\n" ).length + 1;
if( new_line < line ) new_line = line;
txa.rows = new_line;
}
</script>
</body>
</html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body>
<textarea name="textarea" scol cols="50" rows="5" onKeyDown="setLine( this )"></textarea>
<script language="javascript">
function setLine( txa ){
line = 5 //기본 줄 수
new_line = txa.value.split( "\n" ).length + 1;
if( new_line < line ) new_line = line;
txa.rows = new_line;
}
</script>
</body>
</html>
댓글 2개
쉽다zzz
12년 전
감사요~
쉽다zzz
12년 전
감사요~
게시판 목록
팁게시판
디자인과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6077 | 9년 전 | 178 | ||
| 6076 |
PlayPixel
|
9년 전 | 198 | |
| 6075 | 9년 전 | 193 | ||
| 6074 | 9년 전 | 247 | ||
| 6073 |
|
9년 전 | 207 | |
| 6072 |
|
9년 전 | 371 | |
| 6071 | 9년 전 | 293 | ||
| 6070 |
|
9년 전 | 329 | |
| 6069 | 9년 전 | 289 | ||
| 6068 |
|
9년 전 | 247 | |
| 6067 | 9년 전 | 259 | ||
| 6066 |
|
9년 전 | 377 | |
| 6065 |
PASKRAN
|
9년 전 | 264 | |
| 6064 | 9년 전 | 287 | ||
| 6063 |
kiplayer
|
9년 전 | 368 | |
| 6062 |
|
9년 전 | 332 | |
| 6061 | 9년 전 | 261 | ||
| 6060 |
|
9년 전 | 325 | |
| 6059 |
|
9년 전 | 271 | |
| 6058 |
|
9년 전 | 270 | |
| 6057 | 9년 전 | 309 | ||
| 6056 |
|
9년 전 | 249 | |
| 6055 |
|
9년 전 | 306 | |
| 6054 |
|
9년 전 | 285 | |
| 6053 |
snshero
|
9년 전 | 639 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기