<script>
function myFunction(x) {
var copyText = document.(x).html();
copyText.select();
copyText.setSelectionRange(0, 99999);
document.execCommand("copy");
}
</script>
<button onclick="myFunction('ddd')">Kopyala</button>Şöybe Birşey yapmak İstedim ama Bir Türlü Yapamadım yapmak İstediğim
function ile Gönderdiğim Değeri Panoya Kopyaşlmak İstesim Yarımcı Olur Musunuz