goToLine=function(a){var b=window.prompt(that.params.lang.goto);if(!b)return;var c=this.textarea.value.split("\n",parseInt(b,10)).join("\n").length;this.

3433

Textarea 객체 . Textarea 객체는 문서에 스크롤할수 있는 한 줄 이상의 텍스트를 갖는 글상자를 넣습니다. 스크롤 글상자는 주로 여러 줄의 내용을 입력받기 위해 사용되는 폼 필드입니다. Textarea 객체를 참조하려면 window.document.formName.textareaName을 이용합니다. 속성

comp.lang.javascript . Discussion: Textarea (too old to reply) lamp 2007-04-26 10:32:33 UTC. Permalink. Hello, I want 1 Textarea which can take only 20 characters The HTML When the user clicks the field, they can edit the text and it remains in the field (unlike placeholder='').

outline: none;.