답변 2개
채택된 답변
+20 포인트
7년 전
</p>
<p><script></p>
<p>function text_in(val) {</p>
<p>document.getElementById('memo').value = val;</p>
<p>}</p>
<p></script></p>
<p><input type="radio" name="test" value="test1" onclick="text_in(this.value)"> test1</p>
<p><input type="radio" name="test" value="test2" onclick="text_in(this.value)"> test2</p>
<p><input type="radio" name="test" value="test3" onclick="text_in(this.value)"> test3</p>
<p>
</p>
<p><textarea id="memo"></textarea></p>
<p>
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인