Hi,
I am using document.selection.createRange().text; to retrieve the value of the selected text from a text editing area. My requirement is to retrieve the tags of that text too. Specifically I want to be able te edit the href tag of that text. Is there a way by which i can access the tags along with the text?
Thanks,
Megh