Closed
Bug 275336
Opened 21 years ago
Closed 19 years ago
Value of submit buttons doesn't get POST'ed.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: garfield, Assigned: bugzilla)
Details
If I submit a form with a submit button as following:
<submit name="something" value="Click">
And the method of the said form is POST, Firefox doesn't post a variable
"something" which is set to "Click".
On the contrary, if the form method is GET, Firefox correctly sets a var
"&something=Click" in the url.
I haven't checked with other versions of Firefox than 1.0. Mozilla version 1.7.3
behaves correctly.
Comment 1•21 years ago
|
||
When did HTML get a submit element? With <input type="submit" name="something"
value="Click"> it works for me.
Please either attach or link to your problem form or a testcase version of it.
Can you expand on this a little bit? I might be having a similar problem with
the 1.0.5 build, which I believe to be new to this version.
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•