grendelguf
06-10-2003, 01:51 AM
I currently have this website:
http://members.aol.com/grendelguf/comiclist/order.html
It has one problem, though. If you enter too many items, it won't submit. I know why: The method is GET on the form, even though it is not defined (see the order.html source). If I do define it as POST, it doesn't submit any values. However, when I test the pages locally, they work fine, and the method defaults to POST. Notice I'm using AOL's hosting for members (the limited ftp space they give members). Is it simply AOL that doesn't allow forms to POST? Is there a free host that does allow it? Moreover, is this really the problem? You can easily download the two pages and run them locally to see what I mean. I know the problem is likely that the GET method is overloading the browser with the values submitted. Anyway, I've been teaching myself this stuff for a while. I'm fairly knowledgeable, but I don't know that much about the back-end on the server side. Thanks in advance.
http://members.aol.com/grendelguf/comiclist/order.html
It has one problem, though. If you enter too many items, it won't submit. I know why: The method is GET on the form, even though it is not defined (see the order.html source). If I do define it as POST, it doesn't submit any values. However, when I test the pages locally, they work fine, and the method defaults to POST. Notice I'm using AOL's hosting for members (the limited ftp space they give members). Is it simply AOL that doesn't allow forms to POST? Is there a free host that does allow it? Moreover, is this really the problem? You can easily download the two pages and run them locally to see what I mean. I know the problem is likely that the GET method is overloading the browser with the values submitted. Anyway, I've been teaching myself this stuff for a while. I'm fairly knowledgeable, but I don't know that much about the back-end on the server side. Thanks in advance.