Feb 19, 2001 #1 iooo Programmer Joined Dec 27, 2000 Messages 31 Location CA Hi, I wanted to preload few images on to the client what code should i use
Feb 19, 2001 #2 jaredn Programmer Joined Sep 1, 1999 Messages 1,506 Location US you can use the arguments array of a function and a loop to load a bunch at once, but the basic syntaxt is: img1 = new Image(); img1.src = "pic.gif"; jared@aauser.com - http://webfx.eae.net Upvote 0 Downvote
you can use the arguments array of a function and a loop to load a bunch at once, but the basic syntaxt is: img1 = new Image(); img1.src = "pic.gif"; jared@aauser.com - http://webfx.eae.net
Feb 19, 2001 Thread starter #3 iooo Programmer Joined Dec 27, 2000 Messages 31 Location CA Hi How do i upload more images Upvote 0 Downvote
Feb 19, 2001 Thread starter #4 iooo Programmer Joined Dec 27, 2000 Messages 31 Location CA Hi How do i upload more images in one single function call\ Upvote 0 Downvote