Nella head
nel formcodice:<script> function OpenPage(){ var Page = document.getElementById('page').value; location.href=Page+".html"; } </script>
Attenzione l’editor del forum inserisce apici ‘ e virgole “ sbagliate riscrivilicodice:<input tipe="text" di="page"/> <button onclick="OpenPage()">Apri</button>