On Jan 21, 2005, at 9:56 AM, David Dorward wrote:
How about passing it the data it needs to make a suitable database request?
That's what I'll do if I can't make it work the way I want. However, I'd like to be able to avoid the overhead of additional queries, and additional browser connections to the web server. I already get all the data I need for other parts of the page, but there could be as many 25 small graphs in the page, with 9 being typical.
I have found an offhand reference to embedding the image data in an OBJECT tag (in Perl Graphics Programming, page 374 of the first edition). But cannot find any information about how to actually go about doing that.
This? http://www.faqs.org/rfcs/rfc2397.html
Browser support isn't very good, Internet Explorer doesn't support it (for instance).
No, that wasn't want I was referring to, but may indeed work for me, provided I can make my image data small enough. This is for an intranet, and I have complete control over the browsers used. And the only browsers used are Mozilla and occasionally Safari, so lack of IE support isn't a big deal.
Thanks for the pointer - not what I was looking for, but probably a solution!
-- Chad A Gard [EMAIL PROTECTED]
Miller Brooks, Inc. 11712 N. Michigan Rd Zionsville, IN 46077 USA 317.873.8100 (phone) 317.873.8110 (fax)
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>