Hello,
I have some hidden prices that must be hidden in a cgi page. but even if I
use the hidden form element people can source them and check out the prices.
And that would be bad.
I though I could set a param, but It doesn't seem to work.
I wanted and I am trying the following:
<input type=\"hidden\" name=\"mycost\" value=\"0\">
And then later hard set it with something like this
param(-name=>'mycost',-value=\"50.00\");
And then when the server gets it, I would grab out the 50, and anyone
looking at the source would see the 0?
Is that the way to try it, or does that not work.?
I don't want to write a quick file and pick it up after the submit, because
I need as much speed as I can get.
Thanks
Scott
Scott Purcell
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web