Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-4041-8081-120121-160161-

Javascript - テーブル

Name: Anonymous 2011-03-06 18:56

Hey, haven't been to this board before. Anyway, getting into Javascipt... And I'm trying to populate a table with the numbers 1-10, their squares, and cubes. Can someone please help me out?

What I have so far:


<script type="text/javascript">
<!--
   var number = 0;
   var square;
   var cube;
       
   for (var i = 0; i <= 10; i++, number++)
   {
      square = number * number;
      cube = number * number * number;
           
      var table_ref = document.getElementById('num_table');
      var new_row = table_ref.insertRow(-1);
           
      var new_cell = new_row.insertCell(-1);
      var cell_contents = new_cell.innerHTML = number;

      new_cell = new_row.insertCell(-1);
      cell_contents = new_cell.innerHTML = square;
           
      new_cell = new_row.insertCell(-1);
      cell_content = new_cell.innerHTML = cube;
   }
   // -->
</script>

With this in <body>:

<table id="num_table" border="5" width="50%"
   summary="Numbers, Their Squares & Cubes">
   <thead>
      <tr>
         <th>Number</th>
     <th>Square</th>
     <th>Cube</th>
      </tr>
   </thead>
   <tbody>
   </tbody>
</table>

Tried writing the script a few different ways with no luck. Didn't really want to use variables to insert rows/cells but most of the examples I've seen do it, so eh... Thanks in advance!

Name: Anonyous 2011-03-06 19:10

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:10

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:10

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:10

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:10

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:10

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:10

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:11

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:11

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:11

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:11

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:11

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:11

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:11

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:11

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:11

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:11

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:12

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:12

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:12

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:12

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:12

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:12

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:12

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:12

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:12

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:13

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:13

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:13

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:13

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:13

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:13

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:13

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:13

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:13

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:13

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:14

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:14

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:14

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:14

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:14

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:14

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:14

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:14

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:14

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:15

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:15

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:15

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:15

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:15

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:15

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:15

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:15

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:15

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:15

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:16

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:16

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:16

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:16

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:16

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:16

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:16

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:16

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:16

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:17

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:17

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:17

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:17

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:17

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:17

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:17

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:17

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:17

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:17

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:18

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:18

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:18

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:18

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:18

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:18

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:18

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:18

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:18

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:19

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:19

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:19

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:19

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:19

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:19

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:19

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:19

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:19

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:19

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:20

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:20

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:20

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:20

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:20

Please put the code in the [code] tags in the future!

Name: Anonymous 2011-03-06 19:20

>>1

5/10

Name: Anonyous 2011-03-06 19:20

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:20

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:20

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:20

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:21

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:21

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:21

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:21

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:21

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:21

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:21

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:21

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:21

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:21

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:22

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:22

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:22

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:22

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:22

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:22

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:22

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:22

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:22

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:23

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:23

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:23

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:23

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:23

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:23

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:23

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:23

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:23

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:23

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:24

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:24

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:24

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:24

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:24

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:24

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:24

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:24

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:24

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:25

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:25

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:25

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:25

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:25

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:25

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:25

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:25

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:25

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:25

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:26

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:26

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:26

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:26

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:26

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:26

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:26

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:26

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:26

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:27

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:27

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:27

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:27

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:27

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:27

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:27

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:27

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:27

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:27

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:28

Please put the code in the [code] tags in the future!

Name: Anonyous 2011-03-06 19:28

Please put the code in the [code] tags in the future!

Name: Anonymous 2011-03-06 19:28

fuck you faggot

Name: Anonymous 2011-03-06 20:37

Hax my anus in the future!

Don't change these.
Name: Email:
Entire Thread Thread List