I'm trying to recreate the animated CAPTCHA routine used by a PHP program. Here's what I have:
Now, if I include a response.flush in the delay routine, I get the entire series of images in a long cell - not what I want. I want each to display in the cell, clear and get replaced with the next after the delay.
If I do not include the response.flush in the delay, I get nothing until the final image.
Anyone have a tip?<