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
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
Comment