I have an image map with one of the following entries
<area shape="poly" tooltip="Canada" onmouseover="setAreaOver(this,'world_canvas','0,0,255','255,0,0','0.5',1,0,0);cvi_tip._show(event);" onmouseout="setAreaOut(this,'world_canvas',0,0);cvi_tip._hide(event);" onmousemove="getCoords(event,'map_of_world','map_of_world_6','world',32,371,800,400,1903,2876);cvi_tip._move(event);" href="http://someurl.com" target="_blank" id="map_of_world_6">
UPDATED
I am using Google Chrome and I removed the coords attribute from the fragment because it is too long.
When you click on an area, the main page goes to url instead of opening on a new page. Is it correct to use target=_blank ?
source share