Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Javascript to retrieve data from clipboard does not work in Firefox?
Javascript to retrieve data from clipboard does not work in Firefox?
06-14-2007, 5:59 PM
rockford
Joined on 02-06-2007
Posts 72
Javascript to retrieve data from clipboard does not work in Firefox?
Reply
Quote
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