method:focus ();return type:voidcontent:ใช้กำหนดให้ textarea ได้รับ focusexample:var tagTextArea = document.getElementById ( "bamboo" ); tagTextArea.focus();