Copy hyperlink to clipboard

G

Guest

Hi,

I work in asp.net and i want to copy an hyperlink to the clipboard.

If any one can help me?

Thanks
 
H

Hans Kesting

Hi,
I work in asp.net and i want to copy an hyperlink to the clipboard.

If any one can help me?

Thanks

You need (client side) javascript (if you mean the cliboard of the
computer where the browser is running).

window.clipboardData.setData("url", "http://somewhere.com");

Hans Kesting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top