The site will contain alot of small, medium and large images and at the moment im using the commonly used function:
Code: Select all
MM_preloadImages()I want some advice on what is best to use - a client-side preload script using above function or a server-side preload script using PHP?
Remember, my reason for this, is due to alot of web users these days have JavaScript disabled so hence why i'm trying to stay away from using it...
TIA!