I have tried with IE browser i am able to get data from clipboard by using syntax :-window.clipboardData.getData('Text').
But same syntax is not working with chrome browser, so please help me with any other code or procedure to get data from browser.This request is based on client requirement copied data is saved in clipboard so i need to fetch the data from clipboard on click on the button event.
There is no cross-browser support for clipboardData.
There is a lot of information available on the internet about this: