Cursor Position ( Please help )
-
Hi everyone! How would I go about finding the text cursor position in a text box in internet explorer or any other web browser?? For example if the text box had this sentence The quick brown fox jumped over the lazy dog. And the blicking text cursor was between m and p in the word jumped it would return the value 23. Please help :confused:
-
Hi everyone! How would I go about finding the text cursor position in a text box in internet explorer or any other web browser?? For example if the text box had this sentence The quick brown fox jumped over the lazy dog. And the blicking text cursor was between m and p in the word jumped it would return the value 23. Please help :confused:
No can do I'm afraid. Your only option is to create a text-box-like DHTML element to keep track of things. Is your ultimate goal to control the format of text entered in? Cheers, Andy