Javascript to retrieve data from clipboard does not work in Firefox?

  •  06-14-2007, 5:59 PM

    Javascript to retrieve data from clipboard does not work in Firefox?

    The following javascript code, which works fine in IE, does not seem to do anything from Firefox.   Is there an equivalent way to do this?
     
     var editor1 = document.getElementById('');
    editor1.PasteHTML(window.clipboardData.getData("Text"));
View Complete Thread