default http://www.upm.es polygon http://www.dit.upm.es 100,0 150,50 100,150 50,50 rectange /sitio/pagina.html 50,100 100,300 circle http://www.lander.es/~farocena/index.html (100,200) 50 point http://www.dit.upm.es/~jsr 100,100 |
<A HREF="/ruta/cgi-bin/imagemap/mapas/mapa.map"> <IMG SRC="imagen.gif" ISMAP> </A> |
default http://www.upm.es polygon (100,0) (150,50) (100,150) (50,50) http://www.dit.upm.es rectange (50,100) (100,300) /sitio/pagina.html circle (100,200) 50 http://www.lander.es/~farocena/index.html |
<A HREF="/ruta/cgi-bin/htimage/mapas/mapa.map"> <IMG SRC="imagen.gif" ISMAP> </A> |
<MAP NAME="mapa5"> <AREA SHAPE=poly COORDS="100,0,150,50,100,150,50,50" NOHREF> <AREA SHAPE=rect COORDS="50,100,100,300" HREF="../games.html"> <AREA SHAPE=circle COORDS="30,20,15" HREF="http://www.lander.es" TARGET=main> <AREA SHAPE=default HREF="../otro.html"> </MAP> |
<IMG SRC="imagen.gif" USEMAP="mapas.html#mapa5"> |
<A HREF="/ruta/cgi-bin/imagemap/mapas/mapa.map"> <IMG SRC="imagen.gif" USEMAP="mapas.html#mapa5" ISMAP> </A> |
<A HREF="errormsg.html"> <IMG SRC="imagen.gif" USEMAP="mapas.html#mapa5"> </A> |
IMG | Presenta una imagen en la página. | |
---|---|---|
SRC | Localización del fichero con la imagen. | |
ISMAP | Identifica la imagen como una imagen mapa. | |
USEMAP | Identifica la imagen como una imagen mapa a procesar en el cliente. | |
MAP | Describe las regiones de la imagen mapa. | |
NAME | Asigna un nombre al mapa. | |
AREA | Define un área en el mapa. | |
SHAPE | Forma del área. Valores: POLY, RECT, CIRCLE, DEFAULT. Defecto RECT. | |
COORDS | Coordenadas del área. | |
HREF | Enlace asociado a este área. | |
NOHREF | Area sin enlace. | |
TARGET | Frame destino. |