Closed
Bug 58879
Opened 23 years ago
Closed 21 years ago
Form submisson doesn't work with the submit button is enclosed in a link.
Categories
(Core :: DOM: Core & HTML, defect, P4)
Tracking
()
RESOLVED
DUPLICATE
of bug 127903
Future
People
(Reporter: Masato, Assigned: alexsavulov)
References
()
Details
Attachments
(1 file)
234 bytes,
text/html
|
Details |
From Bugzilla Helper: User-Agent: Mozilla/4.75 [en] (X11; U; Linux 2.2.10 i686) BuildID: 20001027 The server works with Claris Filmaker on a Mac. Reproducible: Always Steps to Reproduce: 1. fill out form (best put "wasser" in "Deutsche Uebersetzung") 2. send the form (suchen) Actual Results: the result template will send back instead of the search results
Comment 1•23 years ago
|
||
The problem is the submit button is enclosed in a link.
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
This seems familar, it maybe a dup. sending to core layout who own the anchor tag. The anchor isn't letting the click go down inside.
Assignee: rods → karnaze
Status: ASSIGNED → NEW
Updated•23 years ago
|
Keywords: evangwanted
Comment 4•22 years ago
|
||
This ancient bug works for me on 2001-10-23-09-trunk build...
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
This still don't work!!! Look into the soucecode of te testcase: there is a link around the button to netscape.com. If I click on the button mozilla don't send the form & prooceed to netscape.com. Mozilla *SHOULD* send the form & go to where it's told to in FORM ACTION= ....
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Summary: Form submisson doesn't work with Claris Filemaker on Server → Form submisson doesn't work with the submit button is enclosed in a link.
Assignee | ||
Comment 8•22 years ago
|
||
what's the reason of putting a submit button in a link?
There is no reason, but it sometimes happen accidently, or by a generator program.
Updated•21 years ago
|
Priority: P3 → P4
![]() |
||
Comment 11•21 years ago
|
||
dupping to bug with more useful info... *** This bug has been marked as a duplicate of 127903 ***
Status: NEW → RESOLVED
Closed: 22 years ago → 21 years ago
Resolution: --- → DUPLICATE
Updated•4 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
•