1999
Forward and Back in JavaScript on an ImageMap
<map name="Navigation">
<area shape="rect" alt="Previous" coords="0,0,112,30" href="javascript:history.go(-1)">
<area shape="rect" alt="Next" coords="113,0,223,30" href="javascript:history.go(+1)">
</map>