vamsikrishna20 0 Newbie Poster

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.