Feedback on: irt.org FAQ Knowledge Base Q1285
Worth:
Worth reading
Comments:
I'm a web designer, not a programmer, so it took me longer than it should've to find it, but there's an error in your code here -- in the function timeout() definition, you need to call function loaded() if image_loaded's value is *false*, not true. Otherwise, this script did the trick for me.
Worth:
Worth reading
Comments:
Is there a running example available for this script?
Thank you.
John Nicolas
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
With the counter starting at -1, I had to change the increment to a preincrement ++1 (as opposed to post, 1++)