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