Does anyone know how to create a link which, when clicked, copies the anchor text to the user's clipboard and opens the destination in a new window? For example, picture this link: <a href="webform.com">ID: 12345</a> Code (markup): It will look like this on the page: ID: 12345 When someone clicks the link, ID: 12345 must be copied to the user's clipboard and webform.com must be opened in a new window. Anyone know how to do this?
Hi, I guess you'll find this link useful. pp: Myabe it's better to store value in cookie instead of copy to clipboard Regards.
Thanks, guys, but those won't work. The text to be copied must be the anchor text of the link, and when the link is clicked, the destination must be opened in a new window. For an example, click here and refer to the coupon code links. Even so, thanks for trying. One rep point for each of you. Can anyone else help?
Does anybody know how to do this? I have asked in two other forums and nobody has responded. Is it very difficult or something?