Click to See Complete Forum and Search --> : Table Doubt


saju_m
01-28-2003, 11:31 PM
hi,

my doubt is,

i'm having a table with 3 rows and 3 columns and a button outside the table.

now.. by clicking the button the first row should be filled with text boxes( i mean one textbox in one cell, like that three textboxes).

now if i click once again the textboxes in the firstrow should be cleared and it should appear in the second row.

one more click second row's textboxes vanishes and appears in the third row.

please help me solve this...urgent requirement, pls.

Nicodemas
01-29-2003, 05:03 AM
By defining divisons inside each of the cells inside your table, you could create a javascript function that uses insertAdjacentHTML() to put the required code into the divisions.