JavaScript

Moderators: None (Apply to moderate this forum)
Number of threads: 2061
Number of posts: 5164

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
row adding Posted by bwork on 15 Feb 2005 at 1:02 AM
i know ho to ad a cel but can anyone help me ad a row??
ty
greetz bwork
Report
Re: row adding Posted by zibadian on 15 Feb 2005 at 1:38 AM
: i know ho to ad a cel but can anyone help me ad a row??
: ty
: greetz bwork
:
You can add a row by adding a new <tr></tr> tag to the table. In this you can add cells by adding the <td></td> tags.
Report
Re: row adding Posted by bwork on 15 Feb 2005 at 1:53 AM
: : i know ho to ad a cel but can anyone help me ad a row??
: : ty
: : greetz bwork
: :
: You can add a row by adding a new <tr></tr> tag to the table. In this you can add cells by adding the <td></td> tags.
:


yes sorry for the bad Question acually i ment adding a cel with a function :$:$

this is what i have but it keeps adding cells and i need to ad rows.
:
var x=document.getElementById('mytable').rows[f]
var y=x.insertCell(0)
y.innerHTML= document.form1.rue.value

F = variable wich with i tried to makt it go down a row
f ads up each time a button is pressed

thx tough :)
Report
Re: row adding Posted by zibadian on 15 Feb 2005 at 4:04 AM
: : : i know ho to ad a cel but can anyone help me ad a row??
: : : ty
: : : greetz bwork
: : :
: : You can add a row by adding a new <tr></tr> tag to the table. In this you can add cells by adding the <td></td> tags.
: :
:
:
: yes sorry for the bad Question acually i ment adding a cel with a function :$:$
:
: this is what i have but it keeps adding cells and i need to ad rows.
: :
: var x=document.getElementById('mytable').rows[f]
: var y=x.insertCell(0)
: y.innerHTML= document.form1.rue.value
:
: F = variable wich with i tried to makt it go down a row
: f ads up each time a button is pressed
:
: thx tough :)
:
There is an insertRow() method in the table object. More info: http://www.w3schools.com/htmldom/dom_obj_table.asp



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.