Skip to Content
0
Former Member
Nov 12, 2006 at 07:11 PM

Does WDA support HTML Image Maps?

31 Views

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