Closed
Bug 120002
Opened 23 years ago
Closed 23 years ago
form 'post' fails expected behaviour
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 119625
People
(Reporter: jim, Assigned: alexsavulov)
References
()
Details
BuildID: 2002011208
Submitting a form using the 'post' method is failing. This can be seen be going
to any page at Amazon.com, and trying to add an item to your cart. It can also
be seen at: http://www.cs.tut.fi/~jkorpela/forms/form1.html -- I wrote
something similar to this guy's form testing code, and my code says that
the 'get' is being used.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.cs.tut.fi/~jkorpela/forms/form1.html
2. Click 'send'
Actual Results: Page returned says: "Echoing submitted form data - No data was
submitted"
Expected Results: The page returned should've said 'Echoing submitted form
data - Comments: This is some text in several lines. - hidden field: something'
Forms using 'get' method seem to work ok.
Comment 1•23 years ago
|
||
I get the following in Linux 2002011408:
Echoing submitted form data
Comments This is
some text
in several lines.
box yes
hidden field something
Processed 2002-01-15T02:16Z
This was already fixed. Please upgrade:
http://ftp.mozilla.org/pub/mozilla/nightly/latest/
*** This bug has been marked as a duplicate of 119625 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•