|
Hmm, I see what you wanna do now. The only reserves I have about it is the fact that im not sure this is possible, because the browser see's the HTML image tag and ignores it until it's compiled the rest of the code, then downloads the image right at the end in order - downloads it as a physical thing. The only way i can think you would do it is actually call the script in the img src tag, and use a query string or something??
Also, you may have a problem creating this all the time, because once you have high volumes of traffic on your site, it's going to slow it right down - you'll be using the cache all the time, and the server might just poop out, and your provider will not be too happy!
I dunno, im not to sure it's a good idea, image's don't take up too much space, or bandwidth - not thumbnails anyway. I just think calling a function over and over for something like that is going to kill.
__________________
A lie gets halfway around the world before the truth has a chance to get its pants on. - Sir Winston Churchill
Please visit my sites: Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE
|