Also can you please answer this question? how do I get co-ordinates of selected text in an html using javascript document.getSelecttion()
thanks
Also can you please answer this question? how do I get co-ordinates of selected text in an html using javascript document.getSelecttion()
thanks
You get error message Deprecated method document.getSelection() called. Please use window.getSelection() instead." in Firefox which means document.getSelection() is a deprecated method.