ho fatto questo e ovviamente devo ancora inserire tutto all'interno dei tag html per vedere se funziona


<img src=”PAGLIAIO2.jpg” width="220" height="235" border="1" usemap="pagliaio">

<map name=”pagliaio”>
<area shape="rect" coords="100,200,105,205" href="#" onclick="cliccato(); return false;">
</map>

function cliccato() {
alert('COMPLIMENTI !HAI RESO POSSIBILE L'IMPOSSIBILE!!CONSIGLIA QUESTO SITO AD UN AMICO');
return;
}