How to open and run a different html file once button is clicked
If I create a button in the body section, how do I code a javascript function that will be called once the button is pressed and that function causes a new html file to load. Basically I'm trying to create a button that leads to a new page.