Lotz
08-28-2003, 07:07 AM
Hello,
I hope that someone could help me.
I visited many websites with tutorial about cookies, but I couldn't find what I'm looking for. :(
I have a form with the following fields: firstname, lastname, donation amount and email. When you click on the submit button, the form is sent (CGI with method=POST), a thank you page (thankyou.html) is displayed and I receive the info by email.
I would like to personalize the thank you page, like this:
Dear "firstname" "lastname",
Thanks you very much for you donation of "amount".
...
I would like that the firstname, lastname and donation amount are displayed on the thank you page, with the values submitted in the form.
I think the best should be to do it with cookies, as I don't have access to the script CGI.
The cookie should be deleted when the thank you page is closed.
I tried to have it works for few weeks now, but I couldn't.
It would be very kind if someone could help me.
Thanks a lot in advance.
I hope that someone could help me.
I visited many websites with tutorial about cookies, but I couldn't find what I'm looking for. :(
I have a form with the following fields: firstname, lastname, donation amount and email. When you click on the submit button, the form is sent (CGI with method=POST), a thank you page (thankyou.html) is displayed and I receive the info by email.
I would like to personalize the thank you page, like this:
Dear "firstname" "lastname",
Thanks you very much for you donation of "amount".
...
I would like that the firstname, lastname and donation amount are displayed on the thank you page, with the values submitted in the form.
I think the best should be to do it with cookies, as I don't have access to the script CGI.
The cookie should be deleted when the thank you page is closed.
I tried to have it works for few weeks now, but I couldn't.
It would be very kind if someone could help me.
Thanks a lot in advance.