CINXE.COM

How to enable JavaScript in your browser and why

<!DOCTYPE html> <html id="htmltag" lang="en" dir="ltr"> <head > <title>How to enable JavaScript in your browser and why</title> <meta charset="utf-8" /> <meta name="description" content="Instructions on how to enable (activate) JavaScript in web browser and why." /> <meta name="keywords" content="enable javascript, browser, internet explorer, firefox, chrome, safari, opera" /> <meta name="robots" content="NOODP" /> <meta content="IE=Edge" http-equiv="X-UA-Compatible"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="preconnect" href="//ajax.googleapis.com" crossorigin> <link rel="alternate" hreflang="x-default" href="https://www.enable-javascript.com/" /> <link rel="alternate" hreflang="hr" href="https://www.enable-javascript.com/hr/" /> <link rel="alternate" hreflang="de" href="https://www.enable-javascript.com/de/" /> <link rel="alternate" hreflang="nl" href="https://www.enable-javascript.com/nl/" /> <link rel="alternate" hreflang="es" href="https://www.enable-javascript.com/es/" /> <link rel="alternate" hreflang="pt" href="https://www.enable-javascript.com/pt/" /> <link rel="alternate" hreflang="it" href="https://www.enable-javascript.com/it/" /> <link rel="alternate" hreflang="no" href="https://www.enable-javascript.com/no/" /> <link rel="alternate" hreflang="ru" href="https://www.enable-javascript.com/ru/" /> <link rel="alternate" hreflang="fr" href="https://www.enable-javascript.com/fr/" /> <link rel="alternate" hreflang="cs" href="https://www.enable-javascript.com/cs/" /> <link rel="alternate" hreflang="ja" href="https://www.enable-javascript.com/ja/" /> <link rel="alternate" hreflang="ko" href="https://www.enable-javascript.com/ko/" /> <link rel="alternate" hreflang="hu" href="https://www.enable-javascript.com/hu/" /> <link rel="alternate" hreflang="th" href="https://www.enable-javascript.com/th/" /> <link rel="alternate" hreflang="tl" href="https://www.enable-javascript.com/tl/" /> <link rel="alternate" hreflang="tr" href="https://www.enable-javascript.com/tr/" /> <link rel="alternate" hreflang="id" href="https://www.enable-javascript.com/id/" /> <link rel="alternate" hreflang="sk" href="https://www.enable-javascript.com/sk/" /> <link rel="alternate" hreflang="pl" href="https://www.enable-javascript.com/pl/" /> <link rel="alternate" hreflang="ar" href="https://www.enable-javascript.com/ar/" /> <link rel="alternate" hreflang="ur" href="https://www.enable-javascript.com/ur/" /> <link rel="home" href="https://www.enable-javascript.com" title="Enable JavaScript" /> <link rel='canonical' href="https://www.enable-javascript.com//supporter.php"> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="/css/enablejs.css" /> <link rel="stylesheet" href="/css/lightbox.css" /> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script type="text/javascript">!window.jQuery && document.write(unescape('%3Cscript src="/js/jquery-1.11.2.min.js"%3E%3C/script%3E'))</script> <script src="/js/lightbox.min.js"></script> <script type="text/javascript"> $(document).ready(function () { // if javascript is in, they are probably a developer.. or at least until we finish getting the word out. $('#ifyoureadeveloper').after($('#developer')).remove(); $('.flickrimagelarge').toggleClass('flickrimagelarge flickrimagewrap').find('ul').addClass('thumbs').find('img').each(function () { var $this = $(this); var src = this.src; var newSrc = src.replace(/_z.jpg/i, "_s.jpg"); this.src = newSrc; $this.wrap('<a target="_blank" rel="noopener" data-lightbox="' + $this.parents('.thumbs').attr('id') + '" href="' + src + '"></a>').parent().attr('title', this.alt); }) }); </script> </head> <body> <link rel="preload" as="style" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/css/bootstrap.min.css" onload="this.onload=null;this.rel='stylesheet'"> <noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.3/css/bootstrap.min.css"></noscript> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <div class="container"> <h1 class="mt-5 pt-5">How to become a Supporter?</h1> <h3 class="intro mt-5">Benefits of supporting us.</h3><br> <p> - Helping for a safer and more optimized internet browsing<br> - Listing your company on our website.<br> - Recognition by millions of visitors.<br> </p> <br> <br> Important notes and limitations on sponsorship:<br> - Businesses in the Gambling or Adult category will not be listed on our website.<br> - Period of sponsorship listing is 12 months. <br> <br> <div class="container"> <div class="col-md-12"> <script src="https://js.stripe.com/v3/"></script> <input id="checkout-button" class="m-btn m-btn-theme m-btn-lg sm-m-20px-t m-0px-t" type="submit" value="Go to Payment"> <script type="text/javascript"> // Create an instance of the Stripe object with your publishable API key var stripe = Stripe("pk_live_51J7zKlC3UtMtIOZeA5wPQ1w0NPU8UvuQ8f3szRQErlh9SnUB6yENCE3zM3ZLBUow8rdYzLQAfHOZYu4TUm9iegWH00IiVRsDMA"); var checkoutButton = document.getElementById("checkout-button"); checkoutButton.addEventListener("click", function () { fetch("stripe/ajax.php", { method: "POST", }) .then(function (response) { return response.json(); }) .then(function (session) { return stripe.redirectToCheckout({ sessionId: session.id }); }) .then(function (result) { // If redirectToCheckout fails due to a browser or network // error, you should display the localized error message to your // customer using error.message. if (result.error) { alert(result.error.message); } }) .catch(function (error) { console.error("Error:", error); }); }); </script> <script> $(document).ready(function() { $('#category').change(function() { var selectedCategory = $(this).val(); // Hide both messages initially $('#message').hide(); $('#general-message').hide(); // Show specific messages and change button text based on the selected category if (selectedCategory === 'gambling' || selectedCategory === 'adult') { $('#message').show(); $('#submit-button').text('Contact Us'); } else if (selectedCategory === 'general') { $('#general-message').show(); $('#submit-button').text('Pay Now'); } else { $('#submit-button').text('Contact Us'); } }); }); </script> </div> <br> </div></div> </div> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-88E6WZTNJL"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-88E6WZTNJL'); </script> <!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//anal.enable-javascript.com/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '1']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> </body> </html>