Twelve links, one image, one request. Nothing on it is marked.
Thirteen regions are drawn on this picture and not one of them shows. Click it to find them. The bar at the foot of the window names what you hit and lights the line in the file that decided it, and it counts what you have left. Switch it to Rect and you can drag a region of your own into the 1996 file.
The real file, 11,102 bytes, served from this site at its true size. Behind it, the 27,213-byte cloud tile the page sat on: the background cost more than the navigation did.
This is the whole of it, byte for byte out of the 20 December 1996 capture. Nothing points at the drawing except these lines, and the notes in the margin are field marks: the traits that let you recognize one of these in the wild.
<A HREF="/cgi-bin/imagemap/gifs/homemap.map">
ISMAP on the image it posts the click as ?x,y and lets the server decide where you went. Client-side and server-side shipped together, because Netscape 2 could do the first and Netscape 1 could not. Flip the switch in the bar below and try it.
<MAP NAME="Homemap">
USEMAP="#Homemap" against this name case-sensitively and some did not, so the pair had to agree exactly.
<!-- #$-:Image Map file created by Map THIS! -->
<!-- #$-:Map THIS! free image map editor by Todd C. Wilson -->
<!-- #$-:Please do not edit lines starting with "#$" -->
<!-- #$VERSION:1.20 -->
<!-- #$DESCRIPTION:Main Home Page map file for Windows95.com site -->
<!-- #$AUTHOR:Steve Jenkins -->
<!-- #$DATE:Wed Jun 12 10:52:20 1996 -->
<!-- #$PATH:C:\Websites\Windows95.com\gifs\ -->
<!-- #$GIF:homemap.gif -->
<AREA SHAPE=RECT COORDS="6,23,106,101" HREF=/usability/>
<AREA SHAPE=RECT COORDS="108,24,208,99" HREF=/connect/>
<AREA SHAPE=RECT COORDS="208,23,311,99" HREF=/drivers/>
<AREA SHAPE=RECT COORDS="313,22,417,98" HREF=/apps/>
<AREA SHAPE=RECT COORDS="6,102,114,178" HREF=http://www.vservers.com>
<AREA SHAPE=RECT COORDS="115,100,208,177" HREF=/connect/glossary.html>
<AREA SHAPE=RECT COORDS="209,99,312,173" HREF=/apps/cdrom.html>
<AREA SHAPE=RECT COORDS="312,98,416,173" HREF=/search.html>
<AREA SHAPE=RECT COORDS="8,180,112,249" HREF=/qtutors/>
<AREA SHAPE=RECT COORDS="113,178,206,248" HREF=/sponsors/>
<AREA SHAPE=RECT COORDS="208,174,314,248" HREF=/about.html>
<AREA SHAPE=RECT COORDS="313,173,417,248" HREF=/bio.html>
<AREA SHAPE=RECT COORDS="399,6,417,21" HREF=http://www.windows95.com/>
<AREA SHAPE=default HREF=/>
</MAP>
<IMG WIDTH=423 HEIGHT=272 SRC="/gifs/homemap.gif" ALT="Welcome to Windows95.com" BORDER=0 ISMAP USEMAP="#Homemap">
</A>
Drag a rectangle on the picture and your line lands in that listing,
above </MAP>, in the file the 1996 one is still in. What happened
to the other copy · Back to the directory.
Mapping Server Error
This server encountered an error:
Wrong number of arguments, client may not support ISMAP.
That is not a simulation. It is the 156 bytes the Internet Archive's crawler received, in 1996, when it followed that anchor. The crawler sent no coordinates, because a crawler is a client that does not support ISMAP, and the server had nothing to decide. Forty-five of the forty-seven map URLs archived from this site returned that same body.
The map file itself was never archived at all. There are zero records for
windows95.com/gifs/homemap.map. The server-side copy of this navigation
is gone, and the client-side copy survives, and the only difference between them is
that one of them was written inside the document.
Your whole navigation was one file and one request, and the shape of it was yours to draw. A menu could be anything, because a menu was a drawing.
It did not save bytes. The picture is 11,102 bytes for thirteen destinations. The five plain button GIFs further down that same page are 1,964 bytes for five. Per link the map cost more than twice as much, and bought back four round trips on a dial-up connection that charged by the connection, not by the byte.
The technique is still here, and still generated. A Neocities site fetched live in 2026 addresses one nav image by coordinate the same way, with the generator's own URL left in the file exactly where Map THIS! left its name:
.gameboy {background-position:-2px -0; width:149px;height:31px;}
.vrace {background-position:-2px -33px;width:130px;height:31px;}
/*generated on http://css.spritegen.com*/
Coordinates moved from coords to background-position, and
real text moved back into the HTML behind text-indent:-9999px, which is
the one thing the 1996 file could not do.