IE lagging during javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • darknightlui
    New Member
    • Jul 2007
    • 1

    IE lagging during javascript

    I am running a html page that uses javascript to do asynchronous call to an asp.net 1.1 page that sends back XML data
    then the javascript takes the data and updates a table in the html page
    there are about 6 columns and 26 rows of data to be updated each time
    but during the the time when its calling for data and updating the page.. IE freezes
    anybody know why or am i doing too much with the javascript
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    hi ...

    javascript may do more then the most people can imagine ;)) ... the amount of data you mentioned is not a big deal ... sometimes we have 1000s of rows of data that we handle with javascript in our apps at work ;) ...

    i think there might be a problem with the js-code itself ... please post the code that handles the data ... i think you are sure that you get a correct request and receive the data? ...

    kind regards

    Comment

    Working...