cancel
Showing results for 
Search instead for 
Did you mean: 

Does WDA support HTML Image Maps?

Former Member
0 Kudos

How to implement HTML image maps in Web Dynpro for ABAP?

Is the usemap (and related area shapes) available?

What I mean is explained by the following example:

<body>
<img src="trees.gif" usemap="#green" border="0">
<map name="green">
<area shape="polygon" coords="19,44,45,11,87,37,82,76,49,98" href="http://www.trees.com/save.html">
<area shape="rect" coords="128,132,241,179" href="http://www.trees.com/furniture.html">
<area shape="circle" coords="68,211,35" href="http://www.trees.com/plantations.html">
</map>
</body>

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

roberto_tagliento
Active Contributor
0 Kudos

Use IFrame UI element (if exists - hope yes) and link to it an HTML file with only your image-map.

If the image-map change by user, you must find the way to create the HTML in a dynamic way.

Sorry i haven't alot experience with ABAP, i did this in Java Web Dynpro but i guess you can do also with ABAP.

Answers (1)

Answers (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Sergio,

Image maps are not supported in Web Dynpro yet. The iframe idea is nice.

Best regards,

Thomas