Click to See Complete Forum and Search --> : cursor's position in a INPUT TYPE="text" in Netscape!!!!


FlorDelgado
12-02-2002, 07:58 AM
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?
(NETSCAPE)
It has somebody some function or know the procedure?

Thanks
Flor Delgado

AdamGundry
12-02-2002, 11:44 AM
The text element does not have a property that reflects the cursor position (by this I presume you mean text cursor, not mouse cursor). Thus you should not be able to find the position.

A workaround is not beyond the realms of possibility, but I am not aware of any.

Sorry

Adam