Changeset 315 for trunk/npemap.org.uk/static/index.html
- Timestamp:
- Nov 4, 2006, 6:38:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/static/index.html
r312 r315 50 50 Click on the map to zoom in and get on with it. 51 51 </p> 52 <a href="#" id="link"> 53 <img src="thumbnail.jpg" alt="Click this map to zoom"/> 54 </a> 52 <script type="text/javascript"> 53 document.write(' <a href="#" id="link"> <img src="thumbnail.jpg" alt="Click this map to zoom"/> </a>'); 54 </script> 55 <noscript> 56 This site requires javascript 57 </noscript> 55 58 56 59 <form onsubmit="return find()" action=""> 57 <p><label for="where">Place:</label> 58 <input id="where" name="where" /> 59 <input type="submit" name="Zoom To" value="Go" /></p> 60 <p> 61 <script type="text/javascript"> 62 document.write(' <label for="where">Place:</label><input id="where" name="where" /> <input type="submit" name="Zoom To" value="Go" />'); 63 </script> 64 </p> 60 65 </form> 61 66 <span class="terms">Functionality by <a href="http://www.geonames.org/">Geonames</a>.</span>
Note: See TracChangeset
for help on using the changeset viewer.