<html>
  <head>
    <title>Anoka County Highway Department</title>
    <script language="javascript">      
      function configure() {
                          var template = document.demo.template.options[document.demo.template.selectedIndex].value;

        // EDIT THE NEXT 2 LINES TO MATCH YOUR SETUP
        var snippet = "IMAGEPATH '/ms4w/tmp/ms_tmp'";
        snippet += " IMAGEURL '/tmp/ms_tmp'";
        snippet += " TEMPLATE " + template;
        document.demo.map_web.value = snippet;

      }      
    </script>
  </head>
  <body bgcolor="#FFFFFF">

    <center><h2>Anoka County Highway Department</h2></center>
    <center><h2>Loading.........</h2></center>    

    <!-- EDIT THE FORM ACTION -->
    <form name="demo" method="GET" action="/cgi-bin/mapserv.exe" onSubmit="configure()">

      <meta http-equiv="refresh" content="1; url=http://localhost/ACHD-MAP/MAP.html?map=/ms4w/Apache/htdocs/ACHD-MAP/MAP.map&layer=Segments&zoom=0&mode=browse&root=/ACHD-MAP&program=/cgi-bin/mapserv.exe&map_web=template+MAP_tmp.html">
  
    </form>

    <p><hr>
  </body>
</html>