in reply to Program getting HTML of a document instead of posting to it

You are probably missing something with your form fields. It's common practice for a form-processing CGI to return errors along with the form the user attempted to post, complete with the values they gave, so that they can correct their submission and try again. Could this be happening here?
  • Comment on Re: Program getting HTML of a document instead of posting to it