i have some time spending for solving this problem and it is what i have maded
<input type="text" name="test_$i" value="value for clipboard">
<a onClick="test_$i.CreateTextRange().execCommand('Copy')">send to clip</a>
belevie me this is workable, maybe others knows more better variants , but i maked this simple variant that is working