| creating Image Maps in my report using birt [message #67765] |
Fri, 12 August 2005 12:28 |
Eclipse User |
|
|
|
One thing I want to be able to do is have an html report with image maps
in it. This would require the report template be able to grab from a DB
or ODA query a list of images as well as the hot spot information and
"link to" information so that when the hot spots are clicked I would be
taken to other parts of my html report.
so Ideally my report template could generate an html report which might
have code that looks something like:
<img src="Cars.gif" usemap="#carmap" border="0">
<map name="carmap">
<area shape="polygon" coords="19,44,45,11,87,37,82,76,49,98"
href="http://www.cars.com/car1.html">
<area shape="rect" coords="128,132,241,179"
href="http://www.cars.com/car2.html">
<area shape="circle" coords="68,211,35"
href="http://www.cars.com/car3.html">
</map>
Can this be done with BIRT? Does anyone have any experience doing
something like this?
|
|
|
Powered by
FUDForum. Page generated in 0.08129 seconds