best method to preload images
Posted: Wed Dec 06, 2006 4:34 pm
I'm developing a site and i'm trying to stay away from using JavaScript functionality.
The site will contain alot of small, medium and large images and at the moment im using the commonly used function: that Dreamweaver uses...
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!
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!