|
| |||||||||
| Tags: firefox, javascript, submit button |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| SUBMIT button not working in Firefox
I am having problem with my JavaScript code on my website where user is asked about their personal details and then he needs to click on SUBMIT button to move further. This works in Internet Explorer, but not in Firefox and I am not getting why it is so. Can anyone explain me why is my SUBMIT button not working in Firefox? |
|
#2
| ||||
| ||||
| Re: SUBMIT button not working in Firefox
It could be the problem with your coding, might be you have not closed any of your tags and thus it failed. Review your code and make sure each and every tags are closed and at proper location. Other than this it is very difficult to determine without your code. |
|
#3
| ||||
| ||||
| Re: SUBMIT button not working in Firefox HTML Code: <body> <form name="Form1" id="Form1" method="post" action= [i]URL_LINK[/i] onsubmit="this.submit.disabled=true;"> <input type="submit" value="Submit" name="submit" id="submit"> <script type="text/javascript">document.Form1.submit.disabled = false;</script> </form> </body> |
|
#4
| |||
| |||
| Re: SUBMIT button not working in Firefox
Is there any Activex Control enabled? Are you using it? Open Firefox and go to Tools -> JavaScript console. Can you see some JavaScript errors. If not then disable it because this might be blocking your Firefox to execute the JavaScript function. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "SUBMIT button not working in Firefox" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Middle click button not working in firefox 6 | Abby D | Technology & Internet | 4 | 14-09-2011 11:53 AM |
| How to send mail on submit button? | ArunJ | Software Development | 6 | 20-04-2010 10:46 PM |
| How to submit form without "Submit Button"? | AK_Chopra | Software Development | 3 | 10-09-2009 09:44 AM |
| MOSS CPU is reaching 100 % when clicking on Submit button | Pappith | Windows Software | 4 | 15-04-2009 08:33 PM |
| Javascript function to change the value before submit button | Champak | Software Development | 2 | 04-02-2009 09:50 PM |