<html>
  <head>
    <title>MapServer Test</title>
  </head>
  <body>
    <center>
      <h2>MapServer</h2>
      
      <form method="GET" action="http://localhost/cgi-bin/mapserv">
        <input type="hidden" name="map" 
               value="/home/ludste/mapserverTest/global.map"/>
        <input type="hidden" name="layer" value="countries"/>
        
        <input type="hidden" name="zoomdir" value="1"/>
        <input type="hidden" name="zoomsize" value="2"/>
        
        <input type="hidden" name="program" value="/cgi-bin/mapserv"/>
        
        <input type="submit" value="Start MapServer"/>
        
      </form>
    </center>
  </body>
</html>