make copy button


make copy button


<style>
input[type="text"]:focus {
    background: limegreen;
    background-color: limegreen;
    border-color: darkgreen;
}

</style>

<script type="text/javascript">
	function myFunctionA() {
	var copyTextA = document.getElementById("mineAInput");
	copyTextA.select();
	document.execCommand("copy");
}
</script>


bSundry Technologiesβ„’ | Yorba Linda, CA 92886 | 1-657-859-1338 | This email address is being protected from spambots. You need JavaScript enabled to view it.
All Content Herein is Copyright Β© and Trademarked (TM). | All rights reserved.