document.getElementById('submit-btn').addEventListener('click',run) function run(){ document.location.href="store.html"; }