here is the code<br><br>this.editNota = document.createElement(&quot;textarea&quot;);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; this.editNota.className = &quot;editNota&quot;; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; this.editNota.innerHTML = this.notaContato.innerHTML;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
dojo.dom.removeNode(this.notaContato);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; this.infoContato.appendChild(this.editNota);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; this.editNota.rows = &quot;3&quot;;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; this.editNota.cols = &quot;19&quot;;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; this.editNota.focus
();<br><br><div><span class="gmail_quote">On 11/24/06, <b class="gmail_sendername">Frank Arensmeier</b> &lt;<a href="mailto:frank.arensmeier@nikehydraulics.se">frank.arensmeier@nikehydraulics.se</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Maybe, it would be a good idea to post some code snippets or a link<br>to a page where list members would be able to see your code.<br><br>/frank<br>23 nov 2006 kl. 19.35 skrev Diego Chagastelles:<br><br>&gt; I am experiencing a problem with the textarea element. Dinamically
<br>&gt; I create a textarea and set its value, its just that the text<br>&gt; cursor does not blink, no matter what. Actually, Its blinks only<br>&gt; when I click in the first word of each line.<br>&gt;<br>&gt; Thanks, hope you can help me.
<br>&gt; _______________________________________________<br>&gt; Javascript mailing list<br>&gt; <a href="mailto:Javascript@LaTech.edu">Javascript@LaTech.edu</a><br>&gt; <a href="https://lists.LaTech.edu/mailman/listinfo/javascript">
https://lists.LaTech.edu/mailman/listinfo/javascript</a><br><br>_______________________________________________<br>Javascript mailing list<br><a href="mailto:Javascript@LaTech.edu">Javascript@LaTech.edu</a><br><a href="https://lists.LaTech.edu/mailman/listinfo/javascript">
https://lists.LaTech.edu/mailman/listinfo/javascript</a><br></blockquote></div><br>