Closed Bug 16642 Opened 26 years ago Closed 26 years ago

submission of form doesn't produce results.

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Linux
defect

Tracking

()

VERIFIED DUPLICATE of bug 7533

People

(Reporter: mpalczew, Assigned: pollmann)

References

()

Details

I'm using the first Oct 17 nightly build of linux mozilla. after hitting do it mozilla submits says its recieving data but nothing after that.
Assignee: karnaze → kmcclusk
Reassigning to Kevin.
Assignee: kmcclusk → pollmann
From the output in the debug window I see that it is gathering up all of the info from the form elements correctly. Must be a problem with the post. url=http://integrals.wolfram.com/index.cgi data=Content-type: application/x-www-form-urlencoded; charset=ISO-8859-1 Content-Length: 72 Output=TraditionalForm&FontSize=Medium&x=49&y=24&Integral=Sin%5Ba%20x%5D Eric, could you take a look?
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
We are posting this to their web site: POST /index.cgi HTTP/1.0 host: integrals.wolfram.com accept: */* user-agent: Mozilla/5.0 [en-US] (Linux; I) referer: http://blueviper/forms/postint.html Content-type: application/x-www-form-urlencoded; charset=ISO-8859-1 Content-Length: 92 Output=StandardForm&FontSize=Medium&x=72&y=15&Integral=%282+x+%2B+1%29%2F%285+x+%2B+8%29%5E3 I manually did this and got no response I removed the charset=ISO-8859-1 from our Content-type line and the web server responded right away. Marking this a dup of bug 7533. *** This bug has been marked as a duplicate of 7533 ***
Status: RESOLVED → VERIFIED
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.