In Firefox 4 when I press submit button nothing happens. The code of button is:
<input class="button" type="SUBMIT" value="Login" form="dataForm" name="event_Login">
On Firefox 3.6 the button is working OK. Some solution?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It appears the problem is with
form="dataForm". When I remove that attribute, the button works fine again in FF4. The value of theformattribute should be theidof a form to submit, otherwise the button will do nothing (at least in FF4). For instance, this button will work: