PDA

View Full Version : Image Preloading


mqcarpenter
09-02-2004, 11:35 AM
I have seen plenty of different ways to preload images using the head, but what if you do not have access to the head section? I need to preload an image that is in the body, without access to the head. Is there an efficient way to do this?

Thank you

Mr J
09-02-2004, 02:48 PM
What do you mean when you say you do not have access to the head section?

trib4lmaniac
09-02-2004, 02:55 PM
Possibly something like eBay or somewhere else where you type into a textarea.

AaronW
09-02-2004, 04:01 PM
It's the same was as done in the <head>... Just put it in <body> and it'll still work.