Re: Problems blanking textarea

2001-05-05 Thread Chris Mayes
Sure, those fixes will work. I just wasn't sure whether the fill algorithm was supposed to ignore a field's value attribute... Since it caught the text-type field's value def, I thought that it would/should do the same for a textarea. It's no big deal. It's easy to work around :-) Thanks,

Re: Problems blanking textarea

2001-05-05 Thread ___cliff rayman___
%fdat=(); # should eliminate all field replacements delete $fdat{title}; # do not prefill title. -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ Chris Mayes wrote: > Hi. > > While the auto-prefill for form fields is neat, I'd like to be able to > disable it, sometimes... > > Basically, I ha

Re: Problems blanking textarea

2001-05-05 Thread Wim Kerkhoff
Chris Mayes wrote: > > Hi. > > While the auto-prefill for form fields is neat, I'd like to be able to > disable it, sometimes... > > Basically, I have a form that submits to itself. I don't want the submitted > values to show up in the form, again. So, I set value="", This works for > stuff

Problems blanking textarea

2001-05-05 Thread Chris Mayes
Hi. While the auto-prefill for form fields is neat, I'd like to be able to disable it, sometimes... Basically, I have a form that submits to itself. I don't want the submitted values to show up in the form, again. So, I set value="", This works for stuff that's type "text," but the textarea f