Hi guys,
I have a script which crawls through one of my directories and generates links to images for an online gallery.
What I want to do is not display anything until the images have all loaded except for something like a "Loading...please wait" message.
I haven't really a clue what you call this functionality so google didn't bring up much. Looked for preloader stuff but it all was to do with flash preloaders.
The best way of explaining is:
If all images are loaded {
display page
}
else {
put a loading message on screen
}
Any help would be appreciated
I have a script which crawls through one of my directories and generates links to images for an online gallery.
What I want to do is not display anything until the images have all loaded except for something like a "Loading...please wait" message.
I haven't really a clue what you call this functionality so google didn't bring up much. Looked for preloader stuff but it all was to do with flash preloaders.
The best way of explaining is:
If all images are loaded {
display page
}
else {
put a loading message on screen
}
Any help would be appreciated