topic=this
[html]<div id="copy">text for copy</div>[/html]
[textarea id="paste" width=100%][/textarea]
[html]<input type="button" value="Скопировать" onclick=" ndocument.getElementById('paste').value = document.getElementById('copy').innerHTML;" />[/html]