safety

How to Download Software Safely

If you do very much with your computer, then there are different kinds of software you may wish to download. However, with so many viruses and malware floating around, you may be afraid to do so. The good news is that you don’t need computer help to download software safely. You just need to know … Read more

jQuery(document).ready(function($) { // Add a class to all images that should trigger the print dialog $('.print-image').click(function() { // Create a new window with only the clicked image var printWindow = window.open('', '_blank'); var imageUrl = $(this).attr('src'); // Write the image to the new window printWindow.document.write('Print Image'); printWindow.document.close(); // Trigger the print dialog for the new window printWindow.print(); }); });