Click to See Complete Forum and Search --> : Page Preload


russ801
05-06-2003, 12:45 PM
I have a series of pages with images on them (who doesn't?). Noram navigation would be to view the pages in sequence. Therefore I would like to preload the next page.

But if I understand it right, if I simply preload the next page, only the HTML would be preloaded, not the actual images.

I also have a preload function that loads the current page images, so I a) want to wait until the current page images are loaded before I start the next pages and b) not load the images twice.

any advice?

Russ

Vladdy
05-06-2003, 01:01 PM
For sequential navigation you can put your pages in iframes and do display block/none on them...