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 4566156
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T18:44:51+00:00 2026-05-21T18:44:51+00:00

window.onload = raknaUtMedelvarde; function raknaUtMedelvarde(){ var tabell = document.getElementById(temperaturtabell); var rader = tabell.getElementsByTagName(tr); for

  • 0
 window.onload = raknaUtMedelvarde;

function raknaUtMedelvarde(){

    var tabell = document.getElementById("temperaturtabell");
    var rader = tabell.getElementsByTagName("tr");

    for (var i = 0; i < rader.length; i++){
        var tabellcell = rader[i].getElementById("td");
       //räkna ut medelvärde
        var medel = medelVarde(tabellcell);

        var medelText = document.createTextNode(medel);
        var medelElement = tabellcell[tabellcell.length - 1];
        medelElement.appendChild(medelText);


    }
}

function medelVarde(celler){
    var summa = 0;
    for (var i = 1; i < celler.length - 1; i++){

         var nuvarandeVarde = celler[i].firstChild.nodeValue;
         summa = summa + parseInt(nuvarandeVarde);
    }
    return summa / 5;

According to the error-console on Firefox this variable “tabellcell: var tabellcell = rader[i].getElementById(“td”);” is not a function? uhn?

  • 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-21T18:44:52+00:00Added an answer on May 21, 2026 at 6:44 pm

    I think the error is on that line

     var tabellcell = rader[i].getElementById("td")
    

    Replacing getElementById with getElementsByTagName

      var tabellcell = rader[i].getElementsByTagName("td")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

window.onload = raknaUtMedelvarde; function raknaUtMedelvarde(){ var tabell = document.getElementById(temperaturtabell); var rader = tabell.getElementsByTagName(tr); for
I have a js code: window.onload = function() { document.getElementById(Button1).onclick = function() { var
script : window.onload = initForms; function initForms() { for (var i=0; i< document.forms.length; i++)
This is my script : window.onload = function (){ var title = document.getElementsByTagName('h1')[0].id =
window.onload = function() { document.getElementById('clickMe').onclick = runTheExample; } function runTheExample() { alert('running the example');
window.onload = function(e){ cells = document.getElementsByName('assetID'); for(j = 0; j < cells.length; j++) cells[j].style.display
In most browsers, the following would work. window.onload = function(){ console.log( document.getElementById('svgElm').getBoundingClientRect().width ); };
This works: <div id=hello style=width:100%;></div> <script> window.onload = function(){ alert(document.getElementById(hello).style.width); }; </script> This does
<html> <head> <title>Sample</title> <script> window.onload = function() { alert(document.getElementById('div1').style.zIndex); alert(document.getElementById('div2').style.zIndex); } </script> <style type=text/css
I have this script: window.onload = function(){ document.getElementById('workspace').oncontextmenu = function(){ return false; } }

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.