- 15:30 - 19:30
- PON. - PT.
- 578 572 574
- info@tealdance.pl
Baletowa gra planszowa
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
navigator.clipboard.writeText(copyText.value);
// Alert the copied text
alert("Skopiowano " + copyText.value);
}
Kod ważny jest od 11.03 do 19.03.2023!
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
navigator.clipboard.writeText(copyText.value);
// Alert the copied text
alert("Skopiowano " + copyText.value);
}
Kod ważny jest od 11.03 do 19.03.2023!
© 2020 All Rights Reserved