hello there,
I learned to print 10 images on the screen using FOR LOOPING.
(for x=0;x<10;x++);

document.write('some.jpg')

this prints ten images side by side..
But What Iwant to do is clear all those 10 images one by one usin FOR looping...I think I need a setTime and how about FOR looping ...If I use /x-- /it doesnt work..please tell me how to reduce numbers f images...Thanks