At 10:45 AM 06/21/2001 -0400, Moon, John wrote:
>I keep seeing these "extra"  hidden fields in my source ...  
>
>Does anyone know where/what/why they are being generated ?
>
><INPUT TYPE="hidden" NAME=".cgifields" VALUE="ACTION">
>

If youre using the CGI.pm module, theres most likely a subroutine or other
part of your code that is explicitly printing these hidden fields, in an
attempt to maintain state between successive invocations of your script
(assuming you have a multipage form).  Check for a line something like
"print hidden(-name='.cgifields')" 

But then again its hard to diagnose any problem without seeing your source
code ;)

Aloha,
mel


Reply via email to