Werner Otto wrote:
> What I'm trying to do:
> print checkbox_group(-name=>'hdel',-values=>[$hostname,$hostip]),;
>
> But I don't want $hostip's value to appear on the form, it should be
> available when I request the param though.
Are to trying to show a check box with only the name, but be able
please remove me from the mail list. thank you, Apryle Weissmann
William McKee wrote:
> On Wed, Jun 16, 2004 at 11:59:02AM +0100, Werner Otto wrote:
> > Any ideas?
>
> Here's an untested idea as I've never had a need to do this. Create a
> hidden field with the name 'hdel' and insert the $hostip
On Wed, Jun 16, 2004 at 11:59:02AM +0100, Werner Otto wrote:
> Any ideas?
Here's an untested idea as I've never had a need to do this. Create a
hidden field with the name 'hdel' and insert the $hostip value in there.
I would expect that when you request the 'hdel' parameter from CGI, that
it would