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
use js to prevent add data:
if ( window.history.replaceState ) { window.history.replaceState( null, null, window.location.href ); }