Hi all,

I am Girish, ia m very new to Java. I want to create a html page.
The main requirment in the page is ...

Initialy the page will contains a table which will accepts some data.
If the user want to enter some more information he can click one add button such that a new table will be created. If he wants to delete created table he can select delete button such that the table will be deleted in the same HTML page.

Please give me a solution.. how to achieve this requirment.

Waiting for reply..

Thanks in advance...

Regards,
Girish.K

Hi all,

I am Girish, ia m very new to Java. I want to create a html page.
The main requirment in the page is ...

Initialy the page will contains a table which will accepts some data.
If the user want to enter some more information he can click one add button such that a new table will be created. If he wants to delete created table he can select delete button such that the table will be deleted in the same HTML page.

Please give me a solution.. how to achieve this requirment.

Waiting for reply..

Thanks in advance...

Regards,
Girish.K

if u wana create table with specific rows and cols the you can write the tags for the same....and then apply the visibility condition for its add and delete....

but if the rows & cols in the table r not decided then u can ask 4 the nos of rows --- & cols---
& then run loops for printing tr n td accordingly.
outer loop 4 tr n inner for td.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.