Is it possible create a button that can be used to paste some clipboard text into a textbox using javascript? In my project I'm using ZeroClipboard to copy any text that I want, but now I need to paste that information using a single button in other page without any copy page connection. At the internet I found ways to do that, but it just works on IE and I need a cross browser solution (minimun IE, chrome and FF). Can anyone help me?
Other info: I'm using asp.net mvc 3