20 Nov
1999
20 Nov
'99
5:21 p.m.
"Jens Vagelpohl" <tommymi@concentric.net> writes:
use an invisible input element in your form in this case, something like this:
<input type="hidden" name="variable_name" value="value">
this will be sent across to the form's target method with all other form field data, and they aren't visible/editable by the person seeing the form.
But they are visible by viewing the HTML source, so don't rely on them for security. -Doug -- Doug McNaught doug@mcnaught.org http://www.mcnaught.org/~doug