Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Preload Images

Status
Not open for further replies.

iooo

Programmer
Dec 27, 2000
31
CA
Hi,
I wanted to preload few images on to the client
what code should i use

 
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 -
 
Hi
How do i upload more images
 
Hi
How do i upload more images in one single function call\

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top