CINXE.COM
New Popular Edition Maps
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>New Popular Edition Maps</title> <link rel="stylesheet" type="text/css" href="grid.css"> </head> <body onload="initializePage();" id="body"> <!-- Yahoo functions --> <script src="yahoo.js" type="text/javascript"></script> <script src="dom.js" type="text/javascript"></script> <script src="event.js" type="text/javascript"></script> <script src="jsr_class.js" type="text/javascript"></script> <script src="jscoord-1.1.1.js" type="text/javascript"></script> <script src="prototype.js" type="text/javascript"></script> <!-- Our functions --> <script src="../find.js" type="text/javascript"></script> <script src="mapTiles.js" type="text/javascript"></script> <script type="text/javascript"> YAHOO.util.Event.addListener(window,'resize',doResize); </script> <div id="theTitle"> <h1>Click on the map to zoom in</h1> </div> <div id="main_page"> <div id='marker' class="marker"><img src="../images/yellow-marker.gif" alt='Your location'/></div> <div id="menu" style="float:right"> <h5>Navigation</h5> <div id="movement"> <img src="../images/LeftUp.png" onclick="updateGrid('upleft')" alt="north-west" class="left"/> <img src="../images/Up.png" onclick="updateGrid('up')" alt="north"/> <img src="../images/RightUp.png" onclick="updateGrid('upright')" alt="north-east"/> <img src="../images/Left.png" onclick="updateGrid('left')" alt="west" class="left"/> <img src="../images/Reload.png" onclick="reload_page()" alt="reload"/> <img src="../images/Right.png" onclick="updateGrid('right')" alt="east"/> <img src="../images/LeftDown.png" onclick="updateGrid('downleft')" alt="south-west" class="left"/> <img src="../images/Down.png" onclick="updateGrid('down')" alt="south"/> <img src="../images/RightDown.png" onclick="updateGrid('downright')" alt="south-east"/> </div> <div id="zoominout"> <span id="zoomin_enabled"><img src="../images/ZoomIn.png" onclick="zoomIn()" alt="Zoom in" /></span> <span id="zoomin_disabled" style="display: none"><img src="../images/ZoomIn_disabled.png" /></span> <img src="../images/ZoomOut.png" onclick="zoomOut()" alt="Zoom out" /> </div> <div class="links"><span style="display: none" id="permalink"></span> <h5 id="sheets-title" style="display: none">Sheets</h5> <div id="sheets" style="display: none"></div> <h5>Links</h5> <ul class="links"> <li><a href="/" id="home">Home</a></li> <li><a href="/FAQ.html" id="faq">FAQ</a></li> <li><a href="/reportBug.html">Problems?</a></li> </div> <div id="geonames-search"> <form onsubmit="return find()" action=""> <div><label for="where">Place/postcode:</label> <input id="where" name="where" size="15"/></div> </form> <div id="geonames_results_window"> <div class="close"><a href="javascript:hideGeonamesPopup()" title="close">X</a></div> <div id="geonames_results"></div> </div> <p class="terms">Place search by <a href="http://www.geonames.org/">Geonames</a>.</p> </div> <div id="showHideMarkers"> <h5>Key</h5> <ul><li class="blue"><a href="http://www.freethepostcode.org">freethepostcode.org</a> data</li><li class="pink"><a href="http://www.dracos.co.uk/play/locating-postboxes/">dracos postboxes</a> data</li><li class="green">our data</li></ul> <p><img src="../images/green-marker.gif" alt='' > <a href="javascript:setMarkersHidden()" id="setMarkers">hide markers</a><a href="javascript:unsetMarkersHidden()" id="unsetMarkers" style="display:none">show markers</a></p> </div> <div id="spinner" class="status"> <p> </p> </div> </div> <div id="postcode_detail_window"> <div class="close"><a href="javascript:hideMarkerWindow()" title="close">X</a></div> <div><span class="label">Postcode: </span><span id="postcode_detail"></span></div> <div><span class="label">Location: </span><span id="location_detail"></span></div> <div><span class="label">Lat/Long: </span><span id="latlong_detail"></span></div> <div><span class="label">Source: </span><span id="source_detail"></span></div> </div> <div id="postcode_form"> <form method="post" action="../../cgi/submit.fcgi" id="postcode_submit"> <div class="close"><a href="javascript:closePostcodeWindow()" title="close">X</a></div> <div><span id="location"></span></div> <div><p><strong>NOT A SEARCH FORM: use the box to the right of the screen to search for a postcode</strong></p></div> <div><label for="postcode1">Enter the postcode of the point you clicked on, or close the window with the 'X' above:</label></div> <input type="hidden" id="easting" name="easting" /> <input type="hidden" id="northing" name="northing" /> <input type="hidden" id="returnX" name="returnX" /> <input type="hidden" id="returnY" name="returnY" /> <input type="hidden" name="grid" id="grid" /> <div> <input type="text" name="postcode1" id="postcode1" size="4" /> <input type="text" name="postcode2" id="postcode2" size="3" /> <input type="submit" value="submit" /> </div> </form> <span class="terms">Partial codes are fine e.g. "OX1" or "OX1 3". <!--<a href="" target='_new'>Details</a>.--></span><br/><br/> <span class="terms">By clicking submit you agree to release this information into the public domain.</span> </div> </div> <div id="map_container" style="float:left"> <div id="map"> <noscript><h2>This site requires Javascript</h2><p>Without javascript you cannot see the maps or contribute data</p></noscript> </div> <div id="status" name="status" style="display: none"> <p> </p> </div> </div> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-732621-2"; if (typeof urchinTracker == 'function') urchinTracker(); </script> </body> </html>