Closed
Bug 180038
Opened 23 years ago
Closed 23 years ago
image submit in a form not working
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 127903
People
(Reporter: ma.sanders, Assigned: alexsavulov)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
at this page: http://www.testbusiness.auckland.ac.nz/execpro/rsvp/ there is an
image used as a form submit, when pressed the page is reloaded(?) rahter than
the form being submitted.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.testbusiness.auckland.ac.nz/execpro/rsvp/
2. Press the 'register' image to submit the form
Actual Results:
the page is reloaded(?)
Expected Results:
submitted the form
| Assignee | ||
Comment 1•23 years ago
|
||
please check if is a dup of bug 138957
Comment 2•23 years ago
|
||
<a href=""><input type="image" src="images/register.jpg" width="69" height="23"
border="0" /></a>
The <a> is stealing the click.
*** This bug has been marked as a duplicate of 127903 ***
*** This bug has been marked as a duplicate of 127903 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 3•23 years ago
|
||
Opps. I can't believe that I missed that anchor tag.
btw http://www.testbusiness.auckland.ac.nz/execpro/rsvp/ has been changed and
the <a href=""> tag removed so this url no longer replicates this 'bug'.
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
•