 |
Old Hampshire Mapped |
|
 |
NGR Square
Old Hampshire Mapped
|
| file |
Each ngr square of the map is held in a frameset:-
- [MK][NGR]F.htm in the maker's directory,
eg:- saxton1/SX1SU42F.htm
The frameset has:-
- top frame [MK]NGRT.htm in maker's directory,
eg:- saxton1/SX1NGRT.htm
- menu frame [NGR]DATE.htm in hantsmap directory,
eg:- SU42DATE.htm
- right frame [MKR][NGR].htm in maker's directory,
eg:- SAX1SU42.htm
|
N E S W and date |
The ngr square image is live at its edges and
corners. Clicking on the edge takes you to the adjacent
square; north, east, south, or west (as long as that is still
on the map of Hampshire). Clicking on a corner
moves diagonally.
Using the list of makers in the menu frame you can stay in
the grid square, but move to another maker, ie a different
date. If you change maker you move into that maker's
parallel structure.
You return to the index sheet by clicking the button top
left, in the top frame.
Below the map square is a back button. IFF you
arrived at the square from the gazetteer, or from a list
of features, the only way to return to those lists is by
this button (as long as you don't move from the ngr
square in the meantime).
There is a button to goto the gazetteer directly.
|
html frameset |
<html>
<head>
<title>[Maker]'s Hampshire [map date]</title>
</head>
<frameset cols="120, *">
<frameset rows="90, *">
<frame src="[MK]NDXT.htm" scrolling="no">
<frame src="../[NGR]DATE.htm">
</frameset>
<frame name="rfr" src="[MKR][NGR].htm">
<no frames>[no frames comment]</noframes>
</frameset>
</html>
|
top frame tfr |
<html>
<head>
<title>[Maker]'s Hampshire, [map date]</title>
</head>
<body bgcolor="#FFFFDD"><a name="top"></a>
<table>
<tr>
<td align="right">
<a href="[MKR]NDXF.htm" target="_top">
<img src="[MKR]TITS.gif"></a></td>
</tr>
</table>
</body>
</html>
|
menu frame mfr |
<html>
<head>
<title>Hampshire maps, date list, [NGR]</title>
</head>
<body bgcolor="#FFFFDD">
<center><b>[NGR]</b></center><br>
<br>
<nobr>
<a href="[maker]/[MKR][NGR]F.htm" target="_top">
[Maker] [map date]</a><br>
...
</nobr>
</body>
</html>
|
right frame rfr |
<html>
<head>
<title>[Maker]'s Hampshire [map date]</title>
</head>
<body bgcolor="#FFFFDD"><a name="top"></a>
<img src="[MKR][NGR].jpg" usemap="#sqmap"><br>
<font size="+1"><b>[Maker] [map date] [NGR]</b></font>
<hr>
<table>
<tr>
<td align="right">
<a href="javascript:parent.history.go(-1)">
<img src="../BACKBTN.gif"></a></td>
<td></td>
</tr>
<tr>
<td align="right" valign="top">
<a href="[MKR]GAZ.htm"><img src="../COMPBTN.gif"></a></td>
<td valign="top">Gazetteer</td>
</tr>
<tr>
<td align="right" valign="top">
<a href="[MAKER].htm" target="_top">
<img src="[MKR]TITS.gif"></a><br>
<img src="../left120.gif"></td>
<td valign="top">
[Maker]'s Hampshire [map date], contents</td>
</tr>
<tr>
<td align="right" valign="top">
<a href="../HANTSMAP.htm" target="_top">
<img src="../HANTBTN.gif"></a></td>
<td valign="top">
Old Hampshire Mapped</td>
</tr>
</table>
<hr>
Map [Institution code:Identity number]
<map name="sqmap">
<area shape="rect" coords="[edge area]" href="[MK][NGR]F.htm" target="_top">
...
</map>
<hr>
[copyright statement]
</body>
</html>
|