Hello,
I have been trying to find a way to load my page in the following way and wondered if there is a solution using PHP/AJAX,etc?
I have a webpage that has an iframe. This iframe contains alot (100 plus) small images and takes forever to load on a 56k dial up or slow connection. I am worried I may be stopping some visitors from viewing the website if they are on a slower connection as it seems to load ok with broadband.
I wanted to try and find a way so that the page loads first and then only once all the content is shown does it load the iframe content. This way visitors can view the main page text/images/etc whilst the iframe window loads.
OR
Is there a way to load a large amount of images more quickly using some sort of code?
Would appreciate any advice!
Thanks
:)