قطعه سنتی و زیبای “وطن من” با صدای مرحوم استاد ایرج بسطامی.
کپی لینک کوتاه مطلب var myInput = document.getElementById("copyInp"); var myButton = document.getElementById("copyBtn"); myButton.onclick = function(){ myInput.select(); document.execCommand("copy"); }