Copy Text Button Script File #Vol 2

Copy Code Or Download Code
<br><textarea rows="10" cols="32" readonly id="Inputtxt">https://applepoint021.blogspot.com</textarea>
</br>
<button onclick="myFunction()">Copy</button>
<script type="text/javascript">
function myFunction() {
var copyTxt = document.getElementById("Inputtxt");
copyTxt.select();
document.execCommand("copy");
</script><br>
</br>
<button onclick="myFunction()">Copy</button>
<script type="text/javascript">
function myFunction() {
var copyTxt = document.getElementById("Inputtxt");
copyTxt.select();
document.execCommand("copy");
Related Article
}</script><br>
Password: https://applepoint021.blogspot.com
DEMO
0 Comments
Thanks For Watching