BizCentral USA and Charitynet USA Formed

Bizcentral and Charitynet USA

BizCentral USA formed to offer incorporation and registration services to small businesses and subsidiaries Charitynet USA to help nonprofit organizations incorporate and receive their 501c3 status.

'; printContent += ''; printContent += '
'; printContent += ''; printContent += '

' + title + '

'; printContent += '
'; printContent += content.html(); printContent += '
'; printContent += '
'; printContent += cntinfo; printContent += ''; printWindow.document.write(printContent); printWindow.document.close(); printWindow.onload = function() { printWindow.print(); }; } }); }); /*jQuery('.article-pdf').click(function(e) { e.preventDefault(); var pageURL = jQuery(this).parents('.article-item-actions').find('.article-read-link').attr('href'); jQuery.ajax({ url: pageURL, success: function(data) { var title = jQuery(data).find('.article-title').text(); var content = jQuery(data).find('.article-single-content').clone(); // Exclude certain child elements content.find('.custom-attach-button').remove(); var printContent = '
'; printContent += '

' + title + '

'; printContent += '
'; printContent += content.html(); printContent += '
'; window.jsPDF = window.jspdf.jsPDF // var sanitizedHtml = DOMPurify.sanitize(data); const response = await fetch(url); const htmlContent = await response.text(); var sanitizedHtml = DOMPurify.sanitize(htmlContent); // var doc = new jsPDF(); // doc.html(sanitizedHtml, { // callback: function(doc) { // // Save the PDF file with a name // doc.save('document.pdf'); // } // }); } }); });*/ }); // Function to prevent printing function preventPrinting(event) { // Check if Ctrl key is pressed and the 'p' key is pressed if ((event.ctrlKey || event.metaKey) && event.key === 'p') { // Prevent the default printing behavior event.preventDefault(); // Run custom JavaScript code here document.getElementsByClassName('dpbn-btn')[0].click(); } } // Add event listener to detect keydown events document.addEventListener('keydown', preventPrinting);