sample-map.html



<doctype html>

<!-- folder/sample-map.html - sample-map -->

<html>

    <head><title>sample-map</title>

        <style>

        </style>
    </head>

    <body>

<img
    alt="Rembrandt's The Nightwatch. Thanks, Wiki!"
    border=0
    src='nightwatch.jpg'
    title="Rembrandt's The Nightwatch. Thanks, Wiki!"
    usemap='#nightwatch'
>

<map name='nightwatch'>
    <area
        alt='link to Linked Page!'
        coords='100, 100, 50'
        href='linked-page.html'
        shape='circ'
        title='link to Linked Page!'
	>
</map>

<!-- The next two lines are for Prev / Next, our site only. DO NOT COPY! -->
    <script type='text/JavaScript' src='../../../../../support/js/mr-lib323.js'></script>
    <script type='text/JavaScript' src='../../../../../support/js/mr-data323.js'></script>

        <script type='text/JavaScript'>


        </script>
    </body>

</html>

<!-- end of folder/sample-map.html -->