Nejt
07-27-2003, 11:21 AM
Hey guys, I've run into a big problem when building an application that needs to extract a certain textRange with the HTML-tags included. It works fine in IE when using
document.selection.createRange().htmlText
but Netscape/Mozilla doesn't implement that method, the only one I've found is the method
document.getSelection()
which doesn't seem to include the HTML-tags.
Is there perhaps any other way i can get this to work with NS/Mozilla??
document.selection.createRange().htmlText
but Netscape/Mozilla doesn't implement that method, the only one I've found is the method
document.getSelection()
which doesn't seem to include the HTML-tags.
Is there perhaps any other way i can get this to work with NS/Mozilla??