[precedente] [successiva] [indice]

MAPPE SENSIBILI


LATO CLIENT

<p align="center">

<img src="../img/mapsample.gif" width=200 height=35 border=1
align="middle" alt="mappa sensibile lato client"
usemap="#mapsample" />
</p>

<map name="mapsample">
<area shape=rect alt="nord" coords="0,0,100,18" href="nord.html" />
<area shape=rect alt="est" coords="100,0,200,18" href="est.html" />
<area shape=rect alt="ovest" coords="0,18,100,35" href="ovest.html" />
<area shape=rect alt="sud" coords="100,18,200,35" href="sud.html" />
<area shape=default href="htmlmap.html" />
</map>

LATO SERVER

<p align="center">
<a href="/cgi-bin/mapsample.map">
<img src="../img/mapsample.gif" width=200 height=35 border=1
align="middle" alt="mappa sensibile lato server" ismap />
</a>
</p>


[preview]


HTML - Progettazione e creazione di pagine su Web. ©Vanni Bertini, 1998-2002
[precedente] [successiva] [indice]