Re: add row in Netscape 6

Use the DOM.  See http://www.w3c.org for the spec.  Basically, you'd 
create the input element, create the table cell, create the table row, 
then put the input in the cell, the cell in the row, then the row in the 
table.

Giuseppe Fanuzzi wrote:

> HI everybody!
> someone can tell me how i could insert,dinamically, a
> row containing an input tag, in a table?
> 
> ______________________________________________________________________
> Do You Yahoo!?
> Il tuo indirizzo gratis e per sempre @yahoo.it su http://mail.yahoo.it
> 

Received on Thursday, 16 November 2000 10:42:30 UTC