D
Dennis Allen
Hi. On my online ordering form I use browser cookies to keep track of
users items. My confirmation page reads:
"If any of this information is incorrect, please go back to the order
form and change it. We thank you for your patronage.".
Question. At what point will I be able to delete my cookies? If I
delete them before posting the online form, then they won't be available
if customers [go back] from the confirmation page.
In the confirmation page, I was thinking maybe a <body
onunload="del_cookie()">. I tried it, but it didn't seem to work. Does
the [Back] button activate onunload?
users items. My confirmation page reads:
"If any of this information is incorrect, please go back to the order
form and change it. We thank you for your patronage.".
Question. At what point will I be able to delete my cookies? If I
delete them before posting the online form, then they won't be available
if customers [go back] from the confirmation page.
In the confirmation page, I was thinking maybe a <body
onunload="del_cookie()">. I tried it, but it didn't seem to work. Does
the [Back] button activate onunload?