Hello Sir,

I am using a web application .

I need to be able to access the clipboard data using javascript . I have completed implementing this in internet explorer but haivng an issue implemnting this feature in mozilla .

code in internet explorer:

document.getElementById('ClipboardContent').value = window.clipboardData.getData('Text');

Regards,

vamsi.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.