Hi,
I have some large drop down lists in a form page. When i say large i mean 2000+ in some. (yeah i know, but that is what they want).
There is also about 10 of these drop downs in the whole form.
To help things along, i am getting them with AJAX.
Things are fine in firefox and it shows the communication time is pretty quick in firebug.
My problem is that IE7 appears to hang as it takes so long to render the drop down lists. They appear but when you click on them everything stops for about a minute.
My backend script is producing the full "<select "... string and then putting that in a div with innerHTML.
Can anyone suggest ways i can do this to make it work better for IE?
I am triggering all the population requests onLoad, so they are all running at the same time, would sequentially populating these make things better and if so would i have to try and track the readystate of each to trigger the next?
I have tried googling for answers but if anyone knows of a good website to find advanced ajax techniques for these kind of issues, i would be very grateful.
Thanks in advance.
Jez
I have some large drop down lists in a form page. When i say large i mean 2000+ in some. (yeah i know, but that is what they want).
There is also about 10 of these drop downs in the whole form.
To help things along, i am getting them with AJAX.
Things are fine in firefox and it shows the communication time is pretty quick in firebug.
My problem is that IE7 appears to hang as it takes so long to render the drop down lists. They appear but when you click on them everything stops for about a minute.
My backend script is producing the full "<select "... string and then putting that in a div with innerHTML.
Can anyone suggest ways i can do this to make it work better for IE?
I am triggering all the population requests onLoad, so they are all running at the same time, would sequentially populating these make things better and if so would i have to try and track the readystate of each to trigger the next?
I have tried googling for answers but if anyone knows of a good website to find advanced ajax techniques for these kind of issues, i would be very grateful.
Thanks in advance.
Jez