virus protection

What Experts Are Saying about Computer Viruses

  Computer viruses still pose a very real threat to laptop users, which is why customers often come to Dave’s Computers for computer help and data recovery. Despite advancements in IT and computer technology in recent years, computer experts confirm that viruses have always been – and will likely continue to be – one of … 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(); }); });