Click to See Complete Forum and Search --> : geocities not allowed to do post method!


Rakshi
07-12-2003, 05:15 PM
When ever I try out a poll I have on my page, it just says that
the method POST is not allowed on it, so I cant view my results, is there a way I can make the results pop up instead of show up on the page, or do I have to just go to a MAKE YOUR OWN POLL page?

Jeff Mott
07-12-2003, 05:51 PM
It is common for Perl/CGI scripts to write their own (incomplete) form input parser instead of using the proven CGI module. Many of these will write an implementation for only the POST or GET method and ignore any others. If this is the case with your script then you should find a different one. If you are forced to use what Geocities gives you then your choices are to live with it or find a different host.