Hi,
I am generating 5000- 7000 rows in java and assigning to a div through innerhtml.
before assigning the rows are there in one id but once they are assigned thru innerhtml to other i am unable to see all the records in my page.I am able to see some hundred only.
remaining record data is lost.
There are no javascript errors too.
<code>
document.getEle mentById("hiera rchytable").inn erHTML = document.getEle mentById("hiera rchy").value;
</code>
Please reply soon
Thanks.
I am generating 5000- 7000 rows in java and assigning to a div through innerhtml.
before assigning the rows are there in one id but once they are assigned thru innerhtml to other i am unable to see all the records in my page.I am able to see some hundred only.
remaining record data is lost.
There are no javascript errors too.
<code>
document.getEle mentById("hiera rchytable").inn erHTML = document.getEle mentById("hiera rchy").value;
</code>
Please reply soon
Thanks.