<div>Hello All</div>
<div>I´m new with MapServer.I´m trying to build my aplication based in mapserv-demo.</div>
<div>All the examples of mapserv-demo works fine. I´ve made a copy of all the files and rename the aplication.</div>
<div>I want to have the same results as Adds dhtml rubber-band box.</div>
<div>I´ve adapted the index.html, the itasca_adds_dhtml.html(renamed plantilla.html) and itasca.map (renamed eielmap.)</div>
<div>In itasca_adds_dhtml.html and itasca.map I just changed regarding the layers and the map coordinates and size. <br>The index.html file I have adapted in this way, to have my starup file and not having to choose the template in the select:</div>

<div> </div>
<div><form method=GET action="frames_dhtml.html"></div>
<div> </div>
<div>         <input type="hidden" name="program" value="/cgi-bin/mapserv.exe"> <br>         <input type="hidden" name="template" value="plantilla.html">                    <br>
        <input type="hidden" name="zoomsize" value=2> <br>        <input type="hidden" name="map" value="/ms4w/apps/eiel2/eielmap.map"><br>        <input type="hidden" name="root" value="/eiel2/"><br>
        <input type="hidden" name="map_web" value="IMAGEPATH '/ms4w/tmp/ms_tmp/' IMAGEURL '/ms_tmp/' TEMPLATE '/ms4w/apps/eiel2/plantilla.html'"><br> </form> </div>

<div> </div>
<div>All works fine, the zoom bottons, the layers... except the query.</div>
<div> </div>
<div>When I do a query,into the bottom frame not show me anything, there is no error message of mapserver. The browser shows a message error:</div>
<div>"no se puede encontrar la pagina web" "the web page is not found...", the url command is that this seems to be well:</div>
<div><a href="http://localhost/cgi-bin/mapserv.exe?mode=query&map=/ms4w/apps/eiel2/eielmap.map&imgext=642050+4192100+646950+4197000&imgxy=317+187&imgbox=317+187+317+187&imgsize=400+400&layers=ABASTECIMIENTO_A+MANZANAS">http://localhost/cgi-bin/mapserv.exe?mode=query&map=/ms4w/apps/eiel2/eielmap.map&imgext=642050+4192100+646950+4197000&imgxy=317+187&imgbox=317+187+317+187&imgsize=400+400&layers=ABASTECIMIENTO_A+MANZANAS</a></div>

<div> </div>
<div> </div>
<div>Thanks in advance and sorry form my english.</div>
<div> </div>
<div>Begoña</div>