Javascript function to Copy&Paste from clipboard to Textboxes
Hello all,
I have to write a javascript function that let me Copy&Paste values from the Clipboard to
several textboxex that I have in ASP.NET Datagrid.
As far as I have read there are restrictions placed on the interaction between JS and the browser's clipboard. As such, most methods you'll find online use a flash file so that it receives a JS command and text so that in turn it can copy it to the clipboard. Why is flash not restricted? No idea, but its not.
Bookmarks