How do I set up a clickable image map?

There are really two issues here: how to indicate in HTML that you want an image to be clickable, and how to configure your server to do something with the clicks returned by Mosaic, Chimera, and other clients capable of delivering them.

You can read about image maps and the NCSA server at the URL http://hoohoo.ncsa.uiuc.edu/docs/setup/admin/Imagemap.html .

Using imagemaps requires that you create a map file; you can do this by hand or with a WYSIWYG tool.

VERY IMPORTANT: Creating imagemaps requires a real web server (not an FTP server) and a cooperative web server administrator. It is not usually as simple as wrapping a link around an IMG SRC tag and adding the ISMAP directive; the server must also be told about the map file, and the way to accomplish this varies from server to server. So read your server documentation, and don't waste time making maps before making sure you have the necessary tools to deliver them.

Addendum: there are now web servers that actually do make it that simple; yours may be one of them. But if you have difficulties, TALK TO YOUR ADMIN FIRST (really!) before posting.

Mapedit
Mapedit (URL is: http://sunsite.unc.edu/boutell/mapedit/mapedit.html ) is a WYSIWYG imagemap editing tool for Microsoft Windows and the X Window System.
MapMaker
For users of John Bradley's xv image display software for the X Window System, Mapmaker can turn the miniature images created by xv's Visual Schnauzer into an imagemap. This is useful if you would like to make an entire directory of images available (but note that you should also make textual links to allow those with text- based browsers to download the images for external viewing). (URL is: http://icg.stwing.upenn.edu:80/~mengwong/mapmaker.html )
WebMap
On the Macintosh, you may want to use WebMap (URL is ftp://ftp.uwtc.washington.edu/pub/Mac/Network/WWW ). . It produces both NCSA and CERN-compatible maps, which can also be used with MacImagemap and a Macintosh-based server (MacImagemap is found in the same directory). Alternatively, you may want to use MacMapMaker, also available from ftp://ftp.uwtc.washington.edu/pub/Mac/Network/WWW (the same directory).
Tkmapedit
For Unix systems and other systems on which the Tk/Tcl language toolkit has been installed, Tkmapedit provides a WYSIWYG imagemap editor which is capable of directly testing links if the tkWWW web browser is available. Available by anonymous FTP from the TCL archive on ftp.aud.alcatel.com.
glorglox
For Unix systems, glorglox is a unique imagemapping tool which allows color indexes in GIF images to be associated with URLs. It's easier to use this than to describe it (or pronounce it), so check out the glorglox home page (URL is <URL:http://www.uunet.ca/~tomr/glorglox/> ).

World Wide Web FAQ