[Zope] Re: passing variables from one DTML method to another ...

Doug McNaught doug@mcnaught.org
20 Nov 1999 12:21:43 -0500


"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