/* Copy to clipboard */
function myFunction() {
/* Get the text field */
var copyText = document.getElementById("myInput");
/* Select the text field */
copyText.select();
copyText.setSelectionRange(0, 99999); /*For mobile devices*/
/* Copy the text inside the text field */
document.execCommand("copy");
/* Alert the copied text */
alert("Copied the text: " + copyText.value);
}
<!--
<!--
|
Shadowhunters Quote of the Month
|
<!--
<!--
|
The following intelligence has been labeled CLASSIFIED
Which of these Shadowhunters siblings do you want to spend the holidays with?
WATCH THE VIDEO
SHARE THIS EMAIL
|
|
<!--
<!--
|
Your Shadowhunter Army Assignment
Looking for some fantasy reads for the dark days of winter? Check out these recommendations.
WHAT TO READ
Find out which Shadowhunters series you should spend the holidays with!
TAKE THE QUIZ
 
<!--
|
|