redirect to a new page with post data in Javascript
- by Mick
Hi , I have a html form with the data by this post method
'form id='form1' name='form1' method='post' action='process.php'etc '
to a php page for processing into a mysql database . When the user has filled in the form BEFORE submitting it I have a button that the user can click to open up a new page to display a pdf of the data entered. The…