how do you do[Loading Image...] - Help Needed
hi guyz,
i've seen these on some website(so i know its possible).
pls how do i check if an image have been loaded.
for ex.
i have a thumbnail image i want to display... and pending the time it'll finish
loading i want to display an image that says "Loading Image..."
how do i do that?
Re: how do you do[Loading Image...] - Help Needed
The 'Loading image' animation is nothing but a, heh, image (gif) that loops infinitely until the page that contains the larger image has loaded. In the onload event of the body of the page that contains the large image, that 'loading image' image is simply hidden away.
Re: how do you do[Loading Image...] - Help Needed
yeah i know... what i want to know is how to know when the original image has finished loading.
Re: how do you do[Loading Image...] - Help Needed
The <body> tag's onLoad event.
Re: how do you do[Loading Image...] - Help Needed
Quote:
Originally Posted by mendhak
The <body> tag's onLoad event.
what does the onload event of the page's got to do with an image load status?
i just don't get it