4 Jul
2003
4 Jul
'03
7:21 p.m.
Andreas Tille wrote at 2003-7-1 22:06 +0200:
I worte an external procedure which returns an image. Now I want to add an additional image showing a legend to exactly this dynamically created image. Unfortunately I have no idea how I can make sure that this legend is connected to the image created in the external procedure.
Any idea how to solve this?
There is no problem with Zope here... But HTML insists to access each image with its own URL. Therefore, a single request is unable to return two separate images to HTML. Dieter