Closed
Bug 63598
Opened 24 years ago
Closed 24 years ago
View Source does not retreive submitted elements
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: fstmaurice, Assigned: pollmann)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m18) Gecko/20001122
BuildID: 2000112204 (12/21/2000)
When I submit a search on "http://javascript.faqts.com"
, I get my results as expected. Although, when I select "View Page Source" on
the results, I get the source of a blank search (no matching results).
Same problem at "http://www.brainjar.com/dhtml/domviewer/demo.html", when I
submit a name and email, I get a table containing the submitted values. But the
source is as if I had submitted two blank values ("Invalid Referer").
Reproducible: Always
Steps to Reproduce:
1. Enter a value in the inout text
2. Submit the form
3. Select "View Page Source" of the result
Actual Results: The source is not the one seen on-screen.
Expected Results: The source should be the one of the results page
I have the same problem with NS6.0.
Comment 2•24 years ago
|
||
Dupe of mostfreqent bug 55583.
"View Source doesn't work for pages generated via forms with method=POST"
*** This bug has been marked as a duplicate of 55583 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 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
•