Month End Special Gift

Enrol in 1 Course for £15
& Get Another for FREE!
function myFunction() { var copyText = document.getElementById("myInput"); copyText.select(); copyText.setSelectionRange(0, 99999) document.execCommand("copy"); alert("Copied the text: " + copyText.value); }