>
>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