Where the problem starts at first? My website in question provides analytic data from various sources and display data row by row (<tr>) it renders data in Firefox and Opera pretty well and user remains confidents because he sees row by row data appearing on the page. But Internet Explorer displays data table by table not row by row.So my users 45% use internet explorer and they must have to wait for few minutes to get all the data at once. Please remember internet explorer users don't see data appearing row by row so they must frustrate.In order to find its solution i have used table tags before every <tr> now data looks to be appear as row by row (per url) but in actual its displaying it table by table. But now its look in internet explorer is totally scattered. Please help me in maintaining the look (as in FX & Opera) while data should be rendered as its now doing. Please help me. Thank You. Url is http://www.nichewatch.com/oldindex.php ( this is where i am trying to maintain rendering and look in IE)
For long queries you could do the query in an iframe and update a DB with the results while simultaneously using ajax to collect the results from the DB and output them to the page.
thx mad4 there are two problems First i am not using database at all in this tool and i have no experience with ajax (but i am interested in it... do you have some sample resoruces link )