[an error occurred while processing this directive]
Imagemaps using CERN and NCSA Servers

This page is part of the WebCom Web Publishing Guide. It provides examples of the syntax used to include an imagemap in pages served by the NCSA and CERN WWW Servers.

The NCSA and CERN WWW Servers cannot handle imagemaps themselves, and thus require you to include a pointer to a script (highlighted below in bold text) which identifies which URL within the "map" file to return to your browser.

CERN Format

<A HREF="http://webcom.com/~webcom/cgi-bin/htimage/~youruserid/path/to/yourfile.map"> <IMG SRC="path/to/your.gif" ISMAP></A>

NCSA format:

<A HREF="http://webcom.com/~webcom/cgi-bin/imagemap/~youruserid/path/to/yourfile.map"> <IMG SRC="path/to/your.gif" ISMAP></A>

[an error occurred while processing this directive]