[techtalk] cgi scripts & html output

eito at cs.pdx.edu eito at cs.pdx.edu
Tue May 16 01:07:54 EST 2000


On Mon, May 15, 2000 at 10:35:33PM -0400, Shelly L. Hokanson wrote:
<snip> 
> but for some reason, this script omits one entire line of the html, where it
> would send the input text to the final post output process. on screen, i see
> everything correctly except where that line would be, it shows
> ">
> obviously the end of the line of html that's being omitted. i can't figure
> out why it's doing it. there's no odd line breaks in the html, and all of
> the variables seem to be referenced correctly in the script.
<snip>

Hi,

I downloaded the dforum script and tried it myself, too. Like Sean
mentioned, the preview looked fine to me.

When I looked the html source of the preview screen, I saw the following
<INPUT> tag in the <FORM> tag.


		<INPUT TYPE="HIDDEN" NAME="body" VALUE="test
test

test

last line
">


If you are talking about the last line (">), this is a part of the
<INPUT> tag. It is trying to pass everything including newlines. 

If not, I would wonder if you have added something to the original
forum.pl.


Hope this help


:eito





More information about the Techtalk mailing list