helterskelta
07-23-2004, 04:02 AM
Hi people,
This takes a bit of explaining ..... I have an issue using IE6, concerning iframes that are taking a long time to load. These iframes can sometimes take 10-20 seconds to load. However the problem is not that they are taking a long time to load, this I expect to happen, as there is a lot of server side processing going on in the background to generate each iframe (I am loading 4 iframes, each one is generating a chart from a large database query).
The problem is, that while they are loading if I try to click a link to go to another page, the page doesn't load straight away. Sometimes it will take 10 seconds or until half or all of the iframes have finished loading. Note the link is not in an iframe and the link does not target an iframe. The link is in the main parent page. Also note the server handling these requests is on a dedicated webserver machine, and I am not running it locally. This counts out the issue that the server side processing is slowing my own machine down.
My question is, is there a way to click on a link, and IE immediately loads the next page?
Maybe I need to stop the iframes from loading then load the new URL?
I have tried using <a href="xxx"> and also <a onclick="document.location.href='xxx'"> but both seem slow.
I hope this makes sense!
If anyone has some useful information about this, it would be greatly appreciated.
Cheers
This takes a bit of explaining ..... I have an issue using IE6, concerning iframes that are taking a long time to load. These iframes can sometimes take 10-20 seconds to load. However the problem is not that they are taking a long time to load, this I expect to happen, as there is a lot of server side processing going on in the background to generate each iframe (I am loading 4 iframes, each one is generating a chart from a large database query).
The problem is, that while they are loading if I try to click a link to go to another page, the page doesn't load straight away. Sometimes it will take 10 seconds or until half or all of the iframes have finished loading. Note the link is not in an iframe and the link does not target an iframe. The link is in the main parent page. Also note the server handling these requests is on a dedicated webserver machine, and I am not running it locally. This counts out the issue that the server side processing is slowing my own machine down.
My question is, is there a way to click on a link, and IE immediately loads the next page?
Maybe I need to stop the iframes from loading then load the new URL?
I have tried using <a href="xxx"> and also <a onclick="document.location.href='xxx'"> but both seem slow.
I hope this makes sense!
If anyone has some useful information about this, it would be greatly appreciated.
Cheers