Cursor's position in a Text-box

Can somebody help me? I want to know if it is possible to control the position of the cursor in a text-box. For example: when commanding focus to the object, can I to position the cursor in a certain place (position) in the text?. It is possible to know the cursor's position?<br />
<br />
It has somebody some function or know the procedure? <br />
<br />
Thanks<br />
Flor Delgado<!--content-->I think (in most cases, e.g. for an insert smilies thing in a forum) you should chage this bit:<br />
<br />
textEl.value = text;<br />
<br />
to:<br />
<br />
textEl.value += text;<br />
<br />
otherwise people without IE will have all their text replaced.<!--content-->I do not understand, does not exist something similar that I can use in Netscape? . What I want to do is simple, I only want to display in the screen the position of the cursor when the user moves it in the text-box. Somebody has an idea?<br />
<br />
Thanks<br />
<br />
Flor<!--content-->
 
Back
Top