I'm having a weird issue. I am using ASP classic and some javascript in an XHTML page. My page seems to load fine in FireFox but IE takes forever to load and in the status bar it says it has OVER 4 THOUSAND items to download and ticks them off one by one as they load. I've discovered that they are the elements in the form's controls like dropdowns and what not, but I've never seen it take so long to render a page like this.
I'm using CSS and it not tables. The drop downs are not populated using a record set.
Any ideas?
Here is a link to an example: http://cbharper.com/realtor/web4/listings/search.asp?a_id=456549&prop_type=RES
This page only has 300 or so : http://cbharper.com/realtor/web4/default.asp?a_id=456549
Thanks for taking the time to look at this.
Tony