이온디
첨부파일 https://imweb.eond.com/coding/20442
으짠이님께서 phpschool. 팁게시판에서 미니위니에 가져온 걸 다시 이 곳에 포스팅~ ^^;

<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>
코멘트 0
접기/펴기 | 댓글 새로고침
 
 
Total 62 articles in 4 / 4 pages
번호 제목 제목 날짜날짜
공지 코딩 배울 수 있는 사이트 모음(HTML/CSS/JS/IMG/PHP) 2018/01/03
공지 jQuery를 배울수 있는 동네들입니다. 2013/08/09
공지 관련 링크 [1] 2010/05/23
현재글 [Script] 폼 크기 자동으로 늘였다 줄였다.. 2003/09/23
1 [Script] 글자 크기 바꾸기 2003/07/23

해시태그 디렉터리

오늘의 핫게시물