Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3356994
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T02:34:50+00:00 2026-05-18T02:34:50+00:00

This was working but has suddenly stopped for some reason. I can’t see what’s

  • 0

This was working but has suddenly stopped for some reason. I can’t see what’s wrong. Can someone tell me what I am doing wrong here? I’m using an onclick event in a span tag then calling this function.

Firefox reports: Error: document.forms[0].submit is not a function

  function submitlogin() {
    document.forms[0].submit()
  }
<form method="post" id="submit" action="something.asp">
 <span id="button" onclick="submitlogin()"></span>
</form>

This is what the form looks like

  <form method="post" id="myform" action="">
    <div>
      <input type="text" id="name" name="name" />
    </div>
    <div id="btn-container">
      <span id="button" onclick="submitlogin();"></span>
    </div>
  </form>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T02:34:51+00:00Added an answer on May 18, 2026 at 2:34 am

    document.forms[0] is searching for a <form> in your code, which you don’t have. A quick fix could be

    <script type="text/javascript">
      function submitlogin() {
        document.forms["myform"].submit();
      }
    </script>
    
    <form method="post" id="myform" action="something.asp">
     <span id="button" onclick="submitlogin()">hello</span>
    </form>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been working on some MySQL Joins but this one has got me a
Im trying to get this working but for some reason it's just not right.
This has been working for me in 5.8 and 5.10, but in 5.12 my
This topic has been covered on this forums, but I haven't found a working
Has anybody had Flash player debuuger suddenly stop working for no reason whatsoever. What
The answer to this has got to be simple, but I sure don't see
So logging in to my site has suddenly stopped working... I haven't changed the
I'm working on VS 2005 and something has gone wrong on my machine. Suddenly,
I've been working on this Solution for a while now, but suddenly I'm getting
My cap deploy:migrate has suddenly stopped working, with an error: *** [err :: 1.2.3.4:2222]

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.