Copy from clipboard is not working in Firefox
HI all,The below code is working in IE and Chrome,please assist me to fix the same in firefox.
var clipData = window.clipboardData.getData('Text'); // working perfect in IE
var clipData = event.clipboardData.getData('Text'); // working perfect in chrome
Thanks in Advance.
