Results 1 to 4 of 4

Thread: SUBMIT button not working in Firefox

  1. #1
    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?

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    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. #3
    Join Date
    Feb 2008
    Posts
    1,852

    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.

  4. #4
    Join Date
    Nov 2008
    Posts
    1,192

    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.

Similar Threads

  1. Middle click button not working in firefox 6
    By Abby D in forum Technology & Internet
    Replies: 4
    Last Post: 14-09-2011, 10:53 AM
  2. How to send mail on submit button?
    By ArunJ in forum Software Development
    Replies: 6
    Last Post: 20-04-2010, 09:46 PM
  3. How to submit form without "Submit Button"?
    By AK_Chopra in forum Software Development
    Replies: 3
    Last Post: 10-09-2009, 08:44 AM
  4. MOSS CPU is reaching 100 % when clicking on Submit button
    By Pappith in forum Windows Software
    Replies: 4
    Last Post: 15-04-2009, 07:33 PM
  5. Javascript function to change the value before submit button
    By Champak in forum Software Development
    Replies: 2
    Last Post: 04-02-2009, 09:50 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,010,383.18401 seconds with 16 queries