0

I want to copy a row from a table that is printed from recordset to clipboard so the user does not have to select text and copy. Is this possible to do in classic asp?

kurupt_89
  • 1,542
  • 8
  • 37
  • 65
  • 4
    ASP runs on the server - there is no clipboard for ASP. Clipboards are only available on the client through something like javascript. – Dee Jun 18 '11 at 16:52
  • **Check this answers:** http://stackoverflow.com/questions/400212/how-to-copy-to-clipboard-in-javascript – Jagadeesan Jun 18 '11 at 07:00

1 Answers1

2

Read all About it! ;) Javascript Copy to Clipboard

this is supposed to be a crossbrowser JS solution to copy to clipboard (but I haven't tested it) Copy To ClipBoard - Cross Browser

Eran
  • 387,369
  • 54
  • 702
  • 768
Rafael Herscovici
  • 16,558
  • 19
  • 65
  • 93