in reply to Re: Re: Malformed HTML output
in thread Malformed HTML output

I did notice, though, that commenting out any three hidden text fields fixes the problem -- like the perl script doesn't like to have more than a certain number of hidden text fields.
Could it be that there is a restriction on the size or number of parameters that are being POSTed, either at the server or at your end (proxy)?

Replies are listed 'Best First'.
Re: Re: Re: Re: Malformed HTML output
by simX (Novice) on Jul 25, 2003 at 00:06 UTC
    I didn't think so, since I had had the same number of parameters before I started doing all these modifications to the code that landed me into this mess that was finally resolved (see sauoq's reply and the subsequent replies). I had actually removed a few fields that were made unnecessary after some modifications that I had made.

    Thanks for the reply, though. -- simX