>>>>> "Jan" == Jan Eden <[EMAIL PROTECTED]> writes:

Jan> Hi,
Jan> should have read perldoc *thoroughly*, sorry:

>> Note, that just like all the other form elements, the value of a
>> hidden field is "sticky".  If you want to replace a hidden field with
>> some other values after the script has been called once you'll have
>> to do it manually:
>> 
>> $query->param('hidden_name','new','values','here');

Or, you can call $query-> (why are you using the object form?) delete('name')
Then the default listed in your field generator will be used.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to