D
Darick
I face a problem when i try to develope a e-commerce program.
i want to show customer 'expiry page' when they try to click 'back'
button on the checkout page.
may i know how to do that ? i personally check the forum and try the
following command.
#!/usr/bin/perl
print "Content-type: text/html\n";
print "Pragma: no-cache\n";
print "Expires: -1\n";
print "Cache-Control: no-cache\n";
print "\n";
#### follow with the html body content
but seem like doesn't work. may i know can the above command support
dynamic page generated by perl cgi program ?
or support html file only ? can they support normal html file with or
without form entry ?
Please help me if anyone know the answer
i want to show customer 'expiry page' when they try to click 'back'
button on the checkout page.
may i know how to do that ? i personally check the forum and try the
following command.
#!/usr/bin/perl
print "Content-type: text/html\n";
print "Pragma: no-cache\n";
print "Expires: -1\n";
print "Cache-Control: no-cache\n";
print "\n";
#### follow with the html body content
but seem like doesn't work. may i know can the above command support
dynamic page generated by perl cgi program ?
or support html file only ? can they support normal html file with or
without form entry ?
Please help me if anyone know the answer