Closed
Bug 288327
Opened 20 years ago
Closed 20 years ago
submit button surrounded by a href doesn't submit
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 127903
People
(Reporter: bugzilla, Unassigned)
References
()
Details
Attachments
(1 file)
|
5.88 KB,
text/html
|
Details |
found a site that had this: <a href="mailto:no@no.com"><input value="Send" type="submit"></a> when pressing the Send button a Thunderbird compose window appear while in IE the form got submitted
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
I think this is more a problem of the HTML parser than of form submission. Opera also submits the form.
Keywords: testcase
Updated•20 years ago
|
Attachment #179077 -
Attachment description: testcase → sample page with problem
Comment 4•20 years ago
|
||
This isn't a problem of HTML parser at all. Or of form submission. The button just never sees a click event. *** This bug has been marked as a duplicate of 127903 ***
Status: NEW → RESOLVED
Closed: 20 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
•