Combined Imagemap Test
CLIENT-SIDE and SERVER-SIDE SUPPORT
Examining Shapes in Image Maps:
You can combine support for both server-side and client-side
image maps into one file, as is done in this 'imagemapcombo.html' page.
The
browser typically overrides the server-side support with the improved client-side
style. This approach guarantees backward compatibility with older browsers.
To support both image maps, use the ISMAP and USEMAP attributes in conjunction with an embedded map and a remote map, as shown by the code in this page.
Combined Imagemap Test
CLIENT-SIDE and SERVER-SIDE SUPPORT