Skip to main content



      Home
Home » Archived » BIRT » creating Image Maps in my report using birt
creating Image Maps in my report using birt [message #67765] Fri, 12 August 2005 12:28
Eclipse UserFriend
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?
Previous Topic:Generate a Chart Report depending on User selection on webpage
Next Topic:RHINO USAGE WARNING
Goto Forum:
  


Current Time: Wed Oct 29 07:21:03 EDT 2025

Powered by FUDForum. Page generated in 0.25302 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top