Old Hampshire Mapped


Town Circle




Old Hampshire Mapped
file Each town circle is displayed in a frameset:-
  • [MKR][TWN]F.htm in the maker's directory, eg:- saxton1/SAX1WINF.htm
The frameset has:-
  • top frame [MKR][TWN]T.htm in maker's directory, eg:- SAX1WINT.htm
  • menu frame [TWN]DATES.htm in hantsmap directory, eg:- WINDATES.htm
  • right frame [MKR][TWN]R.htm in the maker's directory, eg:- SAX1WINR.htm
towns
dates
The menu frame offers the town circle from different makers' maps, ie at different dates. If you change maker you might move into that maker's parallel structure.



The towns each have a three letter code (where possible it is the same as the museum world's MDA code). The user should never see these but they are referred to in the dummy html as:-
[TWN] = town code, eg:- ALT
[town name] = town name, eg:- Alton
The towns are:-
ALD = Aldershot
ALR = New Alresford
ALT = Alton
AND = Andover
BEA = Beaulieu
BSK = Basingsoke
BWM = Bishops Waltham
CRH = Christchurch
CRW = Crawley area
ESL = Eastleigh
FDB = Fordingbridge
FRH = Fareham
GOS = Gosport
HVN = Havant
KCL = Kingsclere
LMG = Lymington
OAK = Oakhanger area
ODH = Odiham
OVT = Overton
POR = Portsmouth
PTF = Petersfield
RGW = Ringwood
ROM = Romsey
SOT = Southampton
STB = Stockbridge
WHC = Whitchurch
WIN = Winchester


html
frameset
<html>
<head>
<title>[Maker]'s Hampshire [map date]</title>
</head>

<frameset cols="120, *">
  <frameset rows="90, *">
    <frame src="[MKR][TWN]T.htm" scrolling="no">
    <frame name="mfr" src="../[TWN]DATES.htm">
  </frameset>
  <frame name="rfr" src="[MKR][TWN]R.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">

<table>
<tr>
<td align="right">
<a href="[MKR]MKTX.htm" target="_top">
<img src="[MKR]TITS.gif"></a></td>
</tr>
</table>

</body>
</html>
menu frame
mfr
<html>
<head>
<title>Hampshire maps, date list, [Town]</title> 
</head>
<body bgcolor="#FFFFDD">

<center><b>[Town]</b></center><br>
<nobr>
<a href="[maker]/[MKR][TWN]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">

<img src="[MKR][TWN].jpg"><b>[town name]</b><br>
[Maker], [map date]<br>

</body>
</html>


Old Hampshire Mapped