그누보드 4에 입력폼 늘어나라.. 이런 소스가 있네요

</head>

<body>

<!---- 아래와 같은 방법으로 태그와 코드를 복사 해 넣으세요 --->

<form name="form1" method=post action="http://sir.co.kr/i.php" onsubmit="">
<input type="button" name="button1" onclick="javascript:this.form.area.rows +=1" value=" R++ ">
<input type="button" name="button1" onclick="javascript:this.form.area.rows -=1" value=" R-- ">
<input type="button" name="button1" onclick="javascript:this.form.area.cols +=1" value=" C++ ">
<input type="button" name="button1" onclick="javascript:this.form.area.cols -=1" value=" C-- ">
<p>
<textarea name="area" rows="10" cols="50"></textarea>
</form>


</body>
</html>

첨부파일

3213.html (737 bytes) 94회 2004-10-28 15:20
|

댓글 3개

해당 스크립은 http://phpschool.com 에서 예전에 본적이 있는 script 팁인거 같습니다.


http://phpschool.com/bbs2/inc_view.html?id=6796&code=tnt2&start=60&mode=search&field=body&search_name=&operator=and&period=all&category_id=&s_que=textarea
&&nbsp;&nbsp;
21년 전
오호 상하 좌우.. 다 인풋박스가 움직이는군요.....^^
음.. 이거 어떨때, 어떻게 사용하는건가요?? 음.. 죄송합니다...

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기
🐛 버그신고