Yes, ... it's gone ... 

Thanks ...

Interestingly, doesn't appear on subsequent calls to endform ... 

so I'm a little concerned I don't understand what CGI (or I) am doing ...
it would seem like it should always give the same results ...

-----Original Message-----
From: Kurt Edmiston [mailto:[EMAIL PROTECTED]]
Sent: June 21, 2001 12:00
To: Moon, John
Cc: [EMAIL PROTECTED]
Subject: RE: Extra <INPUT TYPE="hidden" NAME=".cgifields"
VALUE="ACTION"> ?



>
>print $q->endform, "\n"; ##### offending code maybe ? <== <==
>#
>#   form for input of estimates, sends confirmation/results of submit
>#       to "toolbar" ...
>#


I'm not sure if this is what you want, but couldn't you just replace the 
above line of code with

print "</FORM>";

That will at least get rid of your hidden tag and close the form.

Reply via email to