Posted by Chris Tomlinson on 07/07/06 10:53
"Neredbojias" <http://www.neredbojias.com/fliam.php?cat=alt.html> wrote in
message news:Xns97F9AEE4A4Ehttpwwwneredbojiasco@208.49.80.251...
> Here is part of the actual code where I do just that:
>
> function gradel(n) {
> if (document.images[n].complete) {
> grado(n,0);
> } else {
> setTimeout("gradel(" + n + ");",200);
> }
> }
>
> The key, of course, is the "document.images[x].complete" method. You
> should be able to figure out how to make a progression from this to suit
> your needs.
Thanks very much indeed. We will look into this.
--
Thanks,
Me
[Back to original message]
|