Closed
Bug 121436
Opened 24 years ago
Closed 24 years ago
View Source not working with forms and method post
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: andreas, Assigned: asa)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.7) Gecko/20020121
BuildID: 20020121
Hi,
try this:
- open a page with a html form, that submits via POST
- submit the form with the method POST
- look at source of the page
The source will not reflect the result of the post, but the
initial load of the page.
example: http://gomorrha.de/cgi-bin/postbug.pl
Reproducible: Always
Steps to Reproduce:
1.open a page with a html form, that submits via POST
2.submit the form with the method POST
3.look at source of the page
Actual Results: Not the result of the post is displayed in the "view source"
window, but the source of the initial load of the page.
Expected Results: To show me the source of the actual rendered page.
This is extremly annoying while developing. Really :-)
Thanks a lot for your effort !
- Andreas
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 55583 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•