Put graphic on HTML pages

Hi, I need to put Graphics/Chart on HTML pages and convert it using PBuilder (graphics like: XY chart, gauges and progress bar).

What kind of technology can I use? (Flash, Java applet)

The easiest method, assuming it is a static image is to use the RpImageSource comment tag. You include the file name of the image into the file containing the list of files to be converted using the pbuilder utility. It gets included in your .c file. An example of the comment tag structure is below. The PgBlueDot form of reference is a reference to the image as defined in the .c file.

See the pbuilder reference for more details.

//--------------example of the RpImageSource comment tag—