+ 1
How to create a working button by which user can open a new page?
How to crate a button by which i can show a new page.
2 Respuestas
+ 4
<button onclick="window.location.href = 'yourpage.html';"> Name </button>
+ 1
href="#"
How to crate a button by which i can show a new page.