Firesfox textbox selection and its location -
06-02-2008
, 02:07 AM
How can i get the actual screen coordinates of text selection inside a
textbox in firefox?
In IE, we can do this by using TextRange tr =
TextBox.createTextRange() and then using tr.offsetTop and
tr.offsetLeft
Anyone has any idea on how to do this? |