RE: postform.c

Probably it means the URL like
http://somedomain.com/postform.pl?blahblahblah
If it is so, the postform.pl need to send the proper HTTP headers, like
these:

print "Content-type: text/html\n\n";

before any other output.

Kind regards,

Vladimir Kozlov.

-----Original Message-----
From: Henrik Frystyk Nielsen [mailto:frystyk@w3.org]
Sent: Tuesday, December 08, 1998 7:08 PM
To: Yue Dong
Cc: www-lib@w3.org
Subject: Re: postform.c


At 14:03 07/12/1998 -0500, Yue Dong wrote:

>In my project, I need to send a post request and get back the content
of
>specified URL. When I run the code of postform, it is ok when it
executes
>in the command line, but cannot from Netscape. Could you tell me what
clue
>I need to modify to make it running from Netscape? Thanks a lot!

I am not quite clear on what you mean by running it from within NS -
anybody else knows?

Henrik 
--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk

Received on Tuesday, 8 December 1998 12:02:01 UTC