Closed
Bug 80954
Opened 24 years ago
Closed 24 years ago
Posting to a form TARGET of _blank loses the posted cgi data
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: dweller, Assigned: asa)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.4.2-2 i686; en-US; 0.7) Gecko/20010316
BuildID: 2001031614
While testing a web application with Netscape 6 I came accross a problem when
using "<FORM TARGET=_blank METHOD=POST>". Although a new blank window is opened
none of the forms data is accessable from the target page. If I remove _blank or
change it to an existing frame/browser window it works without problem.
Reproducible: Always
Steps to Reproduce:
1.Create a standard web page with <FORM TARGET=_blank METHOD=POST> as the form
type. Add a TEXT or HIDDEN value to post
2.Submit the form
Actual Results: A new browser window is created and the target URL is shown but
the POSTED form data is lost.
Expected Results: I would expect a new browser window to be spawned and the
target URL should receive the posted form data.
PHP example..
<?
if(!$TEETH)
{
$TEETH="Hells";
}
?>
<FORM TARGET=_blank METHOD=POST>
<INPUT TYPE=text NAME=TEETH VALUE='<? echo $TEETH ?>'>
</FORM>
![]() |
||
Comment 1•24 years ago
|
||
This was fixed on April 3. Please get a more recent build to test it with...
*** This bug has been marked as a duplicate of 72491 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•