Closed
Bug 1928
Opened 26 years ago
Closed 26 years ago
Submitting multiple check boxes sends the string "on" instead of the box ID's
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
People
(Reporter: jkjome, Assigned: pollmann)
References
()
Details
Most of the registration works just fine. You can enter your name and other info, but when submitting multiple check boxes all with the same name and a dynamic (pulled from a database) value, the form submits only the string "on" for the value. What should happen (and does happen in all other major browsers and versions), is that the dynamic value(s) should be passed to a SQL statement and Insert a new row for every Unique Value that it is passed.
The SQL server balks when it gets a sting value of "on" instead of the integer value that should be passed. Try the url http://www.farmjournal.com/register.cfm and go through the registration process. You will get an error after submiting from the page where it says "register.cfm?num=3"
I am using the newest NGLayout from 12/14/98 non-debug version.
Jacob Kjome
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 1•26 years ago
|
||
This was a one character typo.
I just checked in the fix.
*** This bug has been marked as a duplicate of 1958 ***
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
•