Hello, I'd like to dynamically generate images on the server side in order to paste them into HTML page via IMG tag. How can I do this in ND ? I consider using classes of package com.sun.image.codec.jpeg or my own written classes to encode image data as JPEG or GIF data stream. But how can make this stream source of the image pasted into HTML page ? What src attribute should I specify in the IMG tag ? Is it possible to use standard properties of CSpImage object ? I think that I can use EJB here to create class generating an image but I have no clear idea how I can do this. Maybe someone can help me ? P.S. Please don't tell me that I can use applet in my page. I want to pass to client browser only image. _________________________________________________________________________ For help in using, subscribing, and unsubscribing to the discussion forums, please go to: http://www.netdynamics.com/support/visitdevfor.html For dire need help, email: [EMAIL PROTECTED]
