Closed
Bug 373204
Opened 18 years ago
Closed 15 years ago
The browser is not sending dynamic fields on post
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 439950
People
(Reporter: sunco007, Unassigned)
Details
Attachments
(1 file)
111.17 KB,
image/jpeg
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; es-AR; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; es-AR; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
I have a webpage and i create dynamic input's. When i do a submit and try to see the POST vars, the dynamic input's not appear
Reproducible: Always
Steps to Reproduce:
1.Create dynamic input text
2.Send via POST
3.With PHP you can do a print_r($_POST); to see the vars
Actual Results:
The form is not send dynamic fields
Expected Results:
Can send dynamic fields
I test it on 2 Pc's. first with Windows 2000 and then with Windows XP and the same result
Reporter | ||
Comment 1•18 years ago
|
||
Comment 2•18 years ago
|
||
If you want anything at all to happen with this bug report, you'll need to either attach an HTML testcase that demonstrates the problem, or give us a URL where we can see it: we can't fix a screenshot.
Assignee: nobody → form-submission
Component: General → HTML: Form Submission
Product: Firefox → Core
QA Contact: general → ian
Version: unspecified → 1.8 Branch
Updated•15 years ago
|
Assignee: form-submission → nobody
QA Contact: ian → form-submission
Duplicate of 439950
To fix the bug in your website switch the position of your <table> and <form> elements
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Assignee | ||
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
•