[ic] How to clear Value from Value

Jon interchange-users@icdevgroup.org
Wed Jan 8 09:05:01 2003


> >
> > <input type="hidden" name="my_name" value="my_value">
> >
> > With the above line executed what is an easy way to
> > clear "my_value"  from  "my_name"  ??
> >
> You could use the [value] tag's "set" parameter or, if you have a
> block of Perl nearby, you could delete the value from there.
>
> You may find the "Interchange Tags Reference" document useful here.
>

    Thanks Kevin and Jonathan !!   I will try those tonight.
I did search through the tags reference a number of times but
obviously wasn't searching on the right key words.
"set" and "undef"   who would have guessed :))

Jon