+ 1
Guys please find error and solve it..
3 Answers
+ 4
What are you attempting to achieve with this code to begin with? Maybe that would help us others assist you.
+ 1
if you are trying to reflect the filled information in the 2nd table you have to use inner.html for those entities you use for 2nd table
e. g. empname=document. getElementById('name'). innerhtml=ename
here ename is the entity of 2nd table and we use id of the corresponding entity in the 1st table