document.addEventListener('DOMContentLoaded', (event) => { document.getElementById('printButton').addEventListener('click', function() { var printContents = document.querySelector('.print-this-div').innerHTML; // Open a new window var printWindow = window.open('', '_blank'); // Write the page contents to the new window printWindow.document.write('Name Me Something'); // Add your styles printWindow.document.write(''); printWindow.document.write(' '); printWindow.document.write('
' + printContents + '
'); printWindow.document.write(''); printWindow.document.close(); // Document writing finished // Call print after a delay setTimeout(function() { printWindow.print(); }, 200); }); });

Langlois Nathan

Name
Langlois Nathan
Current Team
U12-St-André Avellin-1
Birthday
1 mai 2024
Age
2