Hi all,
how can we replace the getSelection HTML in an iframe?
I want to getSelection() and the replace selection's html with simple text.
Hi all,
how can we replace the getSelection HTML in an iframe?
I want to getSelection() and the replace selection's html with simple text.
found it:
self.parent.frames[i].getSelection().anchorNode.parentNode.outerHTML=self.parent.frames[i].getSelection().anchorNode.parentNode.innerHTML;
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.