Feb 19, 2001 #1 iooo Programmer Dec 27, 2000 31 CA Hi, I wanted to preload few images on to the client what code should i use
Feb 19, 2001 #2 jaredn Programmer Sep 1, 1999 1,506 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 Dec 27, 2000 31 CA Hi How do i upload more images Upvote 0 Downvote
Feb 19, 2001 Thread starter #4 iooo Programmer Dec 27, 2000 31 CA Hi How do i upload more images in one single function call\ Upvote 0 Downvote