Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Image PreLoad


  • From: flavio at economisa.com.br (Flávio Gomes)
  • Subject: [Javascript] Image PreLoad
  • Date: Thu Sep 21 10:48:30 2006

myPreload = document.createElement("img");

myPreload.src = "http://www.google.com/intl/en/images/logo.gif";;


Maybe this would work too:
<img src="http://www.google.com/intl/en/images/logo.gif"; width="0">

Both untested =)

Terry Riegel escreveu:

> Hello All,
>
> What is a good way to preload a single image?
>
> Terry
> _______________________________________________
> Javascript mailing list
> Javascript@xxxxxxxxxx
> https://lists.LaTech.edu/mailman/listinfo/javascript


-- 
Flavio Gomes
flavio@xxxxxxxxxxxxxxxx