- From: Steve Clark <buster@netscape.com>
- Date: Thu, 16 Nov 2000 07:50:12 -0800
- To: Giuseppe Fanuzzi <gifa75@yahoo.it>
- CC: www-style@w3.org
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