// When the user clicks on
, open the popup function myFunction() { var popup = document.getElementById("myPopup"); popup.classList.toggle("show"); }