PDA

View Full Version : Process form then resubmit it


Loic
04-24-2008, 02:58 AM
I all I was wondering if it was possible to submit a form, process the information, then resubmit the information to another page?
Eg: form.html --> process.php --> process2.php
Where process.php dose something with the passed values (from form.html) the forwards them to process2.php.

Oh and I know it can be done using the GET method… but I wanted to use the post method.

Inigoesdr
04-24-2008, 03:24 AM
No. You could do it with Javascript, but that's dependent on the user's browser supporting it, and the user not having it disabled.