HowTo: Cross-Browser Cursor Position in Textareas
functioncursorPosition(){vartextarea=document.getElementById("myTextArea");textarea.focus();//getselectioninfirefox,opera,...if(typeof(textarea.selectionStart)=='number'){alert(textarea.selectionStart