Go Back   TechArena Community > Software > Software Development
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , ,

Sponsored Links



SUBMIT button not working in Firefox

Software Development


Reply
 
Thread Tools Search this Thread
  #1  
Old 29-08-2009
Member
 
Join Date: Aug 2009
Posts: 63
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?
Reply With Quote
  #2  
Old 29-08-2009
Zecho's Avatar
Member
 
Join Date: May 2008
Posts: 2,267
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.
Reply With Quote
  #3  
Old 29-08-2009
MindSpace's Avatar
Member
 
Join Date: Feb 2008
Posts: 1,832
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>
Hope the above code works.
Reply With Quote
  #4  
Old 29-08-2009
Member
 
Join Date: Nov 2008
Posts: 1,193
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.
Reply With Quote
Reply

  TechArena Community > Software > Software Development


Thread Tools Search this Thread
Search this Thread:

Advanced Search


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


All times are GMT +5.5. The time now is 07:33 AM.