Hi ppl,
I was asked to develop a customer feedback application which should accept the customer entries, say 10, in rows of the table.
each row should be a new entry and each column is the required field.
How to code such an application using HTML/Javascript as the website is already built in Javascript.
how to create a table which accepts multiple entries in HTML.
one entry per row.
ex:
column1 column2 colum3......... .....column7
1 ab cd yes
2 xy yz no
3
4
.
.
.
the table should look like this..
please help me ! Thanking you.
I was asked to develop a customer feedback application which should accept the customer entries, say 10, in rows of the table.
each row should be a new entry and each column is the required field.
How to code such an application using HTML/Javascript as the website is already built in Javascript.
how to create a table which accepts multiple entries in HTML.
one entry per row.
ex:
column1 column2 colum3......... .....column7
1 ab cd yes
2 xy yz no
3
4
.
.
.
the table should look like this..
please help me ! Thanking you.
Comment