Page one contains an HTML form. Page two - the code that handles the submitted data.
The form in page one gets submitted. The browser gets redirected to page two. P
You can use replaceState method of JQuery:
replaceState
This is the most elegant way to prevent data again after submission due to post back.
Hope this helps.