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

  • SEARCH
  • Home
  • 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 8740145
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T11:04:47+00:00 2026-06-13T11:04:47+00:00

here for each row each student marks have to be entered ID ——– MID1

  • 0

here for each row each student marks have to be entered

ID ——– MID1 Marks — MID2 Marks
79 ——– 20 ———— 40
63 — —- 35 ———— 27

ID—————> student ID

MID1 marks—> 1st mid marks

MID2 marks—->2nd mid marks

validate for marks greater than 40, we have to enter less than 40 marks so, it is validating for 1 row only

here the code it is,

<html>


<script type="text/javascript">

function validate()
{
var m1=document.getElementById("m1").value;
if(m1>40)
{
alert("Marks cannot exceed 40");
document.getElementById("m1").value="";
document.getElementById("m1").focus();
return false;
}
else
    {
        return true;
    }
   }

   </script>

 <body>

 <td><input id="m1" type=text size=18 onchange="return validate()"> </td>

 </body>
 </html>

i require all the rows have to be validated while entering the marks…..

  • 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-06-13T11:04:48+00:00Added an answer on June 13, 2026 at 11:04 am

    You should try this

    function validate(field)
    {
        var m1=Number(field.value);
        if(m1>40)
        {
           alert("Marks cannot exceed 40");
           field.value="";
           field.focus();
           return false;
        }
        else
        {
           return true;
        }
    }
    

    and in html

    <input id="m1" type="text" size="18" onchange="return validate(this)"> 
    

    And Provide different ids to your each input. as same id for multiple controls are not valid html.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is my problem. I have a dataset with 200k rows. Each row corresponds
I have two arrays: 1. each object here is a row retrived from database.
Here's my requirement: I have 2 tables, orders and orderContents . For each row
Here is the problem: I have two columns in a table that, for each
I have a MYSQL table that is 1275 fields wide. Each row in the
I have a table where each row has a button for deletion. Actually I
I looked here: Array into a table with 5 cells in each row but
I have Datagrid which is clicking by mouse in each row is showing data
I have a ListView that's populated from a SimpleCursorAdapter each row containing 3 different
I have a table which contains delete buttons for each row. I use int

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.