그누보드 4에 입력폼 늘어나라.. 이런 소스가 있네요 > 그누3 팁자료실

그누3 팁자료실

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

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

첨부파일

3213.html (737byte) 94회 다운로드 2004-10-28 15:20:16

본문

</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>
추천
0
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로