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