G
GeezerButler
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?
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?