Hello
I'm a bit new to javascript. Hope somebody can help me
I have a table with 7 colums and 5 rows. 1 row and 1 column has headlines. In the table i have cells with different numbers in them. When i mark a headline row and a headline column a specific celle is highlighted.
What i need is a javascript that shows the user, in text, the value of the cell he has highlighted. Ex: "you have selected column 3, row 4, which has the value xxx".
Perhaps this can be doe be giving each cell a unique id, or something....
Please help......
Thank you!
I'm a bit new to javascript. Hope somebody can help me
I have a table with 7 colums and 5 rows. 1 row and 1 column has headlines. In the table i have cells with different numbers in them. When i mark a headline row and a headline column a specific celle is highlighted.
What i need is a javascript that shows the user, in text, the value of the cell he has highlighted. Ex: "you have selected column 3, row 4, which has the value xxx".
Perhaps this can be doe be giving each cell a unique id, or something....
Please help......
Thank you!
Comment