Closed
Bug 39242
Opened 25 years ago
Closed 24 years ago
Form embedded in table doesn't pass parameters correctly on post
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jdrrun, Assigned: pollmann)
Details
I've got an embedded form in a table that has an action to post to a servlet.
The html works fine with Netscape 4-4.7 and version 4-5 of IE. Based upon
servlet it looks like the post operation isn't submitting the form parameters.
Any help would be appreciated.
Comment 1•25 years ago
|
||
This may be a dup. Can you provide a testcase or URL where this is happening,
please?
Comment 3•24 years ago
|
||
Jonathan, is this bug still occuring? Can you give a little more info? If not
this bug will probably closed as invalid soon.
Assignee | ||
Comment 4•24 years ago
|
||
Does the page returned by the servlet have a <META> tag with a charset
specified? If so, this is a dup of bug 27006. I have seen no other bugs that
result in forms not posting their parameters correctly. If not update by
tomorrow, I'm going to mark this bug invalid.
Reporter | ||
Comment 5•24 years ago
|
||
The latest version of Mozilla no longer has this behaviour. It appears to be
fixed. I'll resolove it as fixed.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•24 years ago
|
||
Thank you Jonathan!
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
•