|
-
Apr 27th, 2002, 05:22 AM
#1
for-next looping..
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|