frito
01-22-2005, 02:26 AM
Is there a way to paste text into the current selection with Netscape / mozilla browsers using javascript? I tried looking at the Gecko's DOM, but can't seem to find the solution if there is any.
I can do it with IE:
document.selection.createRange().pasteHTML("html");
Any help would be appreciated.
I can do it with IE:
document.selection.createRange().pasteHTML("html");
Any help would be appreciated.