When I use this simple function the result excuts for less then a second and reload the page I tried many different ways to avoid and execute it generally but it doesn't work.
submit.addEventListener('click', switchpage)
function switchpage() {
if (mail.value != "") {
deimsBox.style.display = "grid";
section.style.display = "none";
}
even this
function switchpage() {
console.log('hello')
}
submit.addEventListener('click', switchpage)
function switchpage() {
if (mail.value != "") {
deimsBox.style.display = "grid";
section.style.display = "none";
}
function switchpage() {
console.log('hello')