Firefox not displaying data properly when used with innerhtml

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shiridinath
    New Member
    • Mar 2011
    • 1

    Firefox not displaying data properly when used with innerhtml

    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.
Working...