Closed
Bug 14261
Opened 26 years ago
Closed 26 years ago
Form Posting not working for ColdFusion
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: benjamin, Assigned: pollmann)
References
()
Details
Form postings are not recognized for websites designed using ColdFusion. This
seems true for all ColdFusion servers that I have tried to browse using the
internet. The testcase above is a boiled-down version. For a functional site
that refuses to work, look at http://home.cua.edu/phone/ (CUA phone directory)
Updated•26 years ago
|
Assignee: karnaze → kmcclusk
Comment 1•26 years ago
|
||
Reassigning to Kevin.
Updated•26 years ago
|
Assignee: kmcclusk → pollmann
Comment 2•26 years ago
|
||
It doesn't work with either gfx or native form elements.
It is getting into the nsFormFrame::OnSubmit(nsIPresContext* aPresContext,
nsIFrame* aFrame). It is doing a "POST".
Eric, do think this is the same problem as you have seen before where the
content type is not set correctly.
aData = "Content-type: application/x-www-form-urlencoded";
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 3•26 years ago
|
||
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
•