--- Daniel Joyce <[EMAIL PROTECTED]> wrote: > Problem is, if the image takes more than 1-2 seconds > for JPGraph to create, I get a broken image link in IE, > and a blank image area in Mozilla. They're not waiting > long enough for the image generation to finish
How certain are you that this is the problem? This seems extremely unlikely to me. What I think is happening is that you have made a guess as to what might be wrong, and this is preventing you from seeing the real problem. Maybe you have the wrong Content-Type header, your generated image is corrupt for some reason, etc. Instead of relying on the <img> tag, try loading the image directly in your browser. I think you will uncover something. Don't rule out possibilities unless you are certain (which you might be), otherwise you make things very hard on yourself. Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php