Closed
Bug 53019
Opened 25 years ago
Closed 25 years ago
Lost of parameters in form submission when the target is "_blank"
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: christophe, Assigned: rods)
Details
When I open a new window for show the result of a form, the parameters was lost.
With the coding below, I lost the parameters :
<FORM METHOD="POST" ACTION="my_Perl_Cgi" TARGET="_blank">
But with this on, it's ok :
<FORM METHOD="POST" ACTION="My_Perl_Cgi">
Assignee | ||
Comment 1•25 years ago
|
||
This is a known dup, but I can't find it.
Comment 3•25 years ago
|
||
Marking duplicate. Problem is with using POST method with target="_blank".
*** This bug has been marked as a duplicate of 41241 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 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
•