A simple library for allowing users to copy urls to their clipboard by clicking on them.
All the really important bits of this library have come from Zeroclipboard.
prototype.js, lowpro.js
<p id="container"> <a id="link" href="http://example.com">http://example.com</a> </p> <script type="text/javascript"> new Copier('link', 'container') </script>
Released under the Creative Commons Attribution License (if you use this library, just point them back to here :-)