I am building a basic calculator within a web page that receives user input via an HTML form. When a user clicks the submit button I want the output to be rendered in a separate web page.
I have written a separate javascript file that performs the calculations on the user input. I am having trouble connecting the form data to the calculations and rendering in a new page.
Can someone please help me with an overview of how I can achieve this?