Re: Form POST Problem

Dear Frank

	Thank you very much for your help. I am not quite sure the GET is
working. Perhaps I am not sure how to apply that. I have changed the
method to GET. When click on the Submit, it will get the guestbook.cgi and
display it instead of posting the form to the file....

	Could you please kindly help me? Thousand thanks for your
kindness.



On Fri, 14 Apr 2000, Frank Boumphrey wrote:

> Hi Cheun,
> 
> you are posting to a CGI program, and what it will accept or not accept is
> up to the program! Obviously the guestbook.cgi will only accept query
> strings. Try sending it by the GET method. If the CGI program still chokes,
> have a word with your ISP. If you absolutely must use the POST method find
> another program or ISP.
> 
> Frank
> 
> ----- Original Message -----
> From: Cheun N Chong <cnc99r@ecs.soton.ac.uk>
> To: <www-html@w3.org>
> Sent: Friday, April 14, 2000 4:56 PM
> Subject: Form POST Problem
> 
> 
> > Dear all
> >
> >
> > I tried to create a guestbook for my homepage using FORM and
> > CGI. However when I finished all the codes writing and test it by putting
> > the page on the Net, the following error comes out when I tried to submit
> > the message.
> >
> > Method Not Allowed
> > The requested method POST is not allowed for the URL
> > /~cnc99r/ccf/cgi-bin/guestbook.cgi
> >
> >
> > Please help. Thousand thanks. Wish you all the best
> >
> >
> > Best regards,
> > Cheun Ngen CHONG
> >
> >
> >
> 
> 

Best regards,
Cheun Ngen CHONG

Received on Saturday, 15 April 2000 00:09:10 UTC