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,385
  • 8
  • 32
  • 61
  • 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
  • 359,724
  • 45
  • 626
  • 694
Rafael Herscovici
  • 14,724
  • 15
  • 61
  • 91