Hi Lara.<br><br>The first thing I noticed is that the action of your form is wrong. Your form action looks like:<br><br><div style="margin-left: 40px;"><span style="font-style: italic;">action=&quot;<a href="http://cgi-bin/mapserv.exe">
http://cgi-bin/mapserv.exe</a>&quot;</span><br></div><br>and it would look like:<br><br><div style="margin-left: 40px;"><span style="font-style: italic;">action=&quot;/cgi-bin/mapserv.exe&quot;</span><br></div><br>Also in the &quot;map&quot; and &quot;imgext&quot; parameters the values seems to be wrong (but I think this will seem ok when you access the php file through Apache):
<br><br><div style="margin-left: 40px;"><span style="font-style: italic;">&lt;input name=&quot;map&quot; value=&quot;[map]&quot; type=&quot;hidden&quot;&gt;</span><br style="font-style: italic;"><span style="font-style: italic;">
&lt;input name=&quot;imgext&quot; value=&quot;[mapext]&quot; type=&quot;hidden&quot;&gt;</span><br></div><br>If you still have problems ask me again. (Of course in spanish would be much easier ;) )<br><br>Rodrigo.<br><br>
<br><div><span class="gmail_quote">On 7/6/07, <b class="gmail_sendername">Lara Perez</b> &lt;<a href="mailto:topografia.oliva@cv.gva.es">topografia.oliva@cv.gva.es</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="direction: ltr;">Hello, everybody.<br><br>I have a little problem<br>I had my mapserver 4.4. running under apache 1.3 and i&#39;d actualizated to<br>apache 2.2 and mapser 4.10. I&#39;d made the necesaries changes, but when the
<br>html page opens, the images (*.map) are not shown. If I make a pan it works,<br>but I don&#39;t see &nbsp;the images. I can navigate fine, but I can&#39;t see the maps.<br>I´ve attached the files. Any idea?<br>Thanks in advance
<br></div><br>




<div bgcolor="#ffffff">
<form name="mapserv" action="http://cgi-bin/mapserv.exe" method="post" target="_blank" onsubmit="return window.confirm(&quot;You are submitting information to an external page.\nAre you sure?&quot;);">

<font face="Arial, Helvetica, sans-serif" size="2">

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
  
   <td align="left" bgcolor="#ecf0f3" valign="top" width="150">
   </td>
  
   <td align="center">
    <table border="0" cellpadding="3" cellspacing="0">
    <tbody><tr>
    <td colspan="3" cellpadding="0">
    <img>
    </td></tr>
    <tr>
        <td valign="top" width="150">
        <input value="Actualizar" type="submit">
        <hr>
        <input name="ref" border="0" type="image">
        <hr>
        <input name="zoom" value="2" type="radio">
        <img height="25" width="25">&nbsp;Acercar<br>
        <input name="zoom" value="1" type="radio">
        <img height="25" width="25">&nbsp;Centrar<br>
        <input name="zoom" value="-2" type="radio">
        <img height="25" width="25">&nbsp;Alejar<br>
   </td>
    
    <td align="center" valign="center" width="800">
        <input name="img" border="0" type="image">  <br>
        <strong>Escala: </strong>[scale]
    </td>
    
    <td align="left" valign="top" width="200">
        <h3>Nucleos Urbanos:</h3>
        <select name="mapext">
            <option value="">Elige una zona</option>
            <option value="751250 4313950 751850 4313200"> Kiko</option>
            <option value="750700 4314400 751400 4313400"> Sectores 6 y 19</option>
            <option value="750500 4314700 751000 4314150"> Terranova</option>
            <option value="751800 4313300 752800 4312300"> Poblado Marítimo</option>
            <option value="751550 4313000 752400 4312200"> Canyades</option>
            <option value="752200 4312500 753500 4311450"> Aigües Blanques</option>
            <option value="754000 4310600 754750 4310050"> Rabdells</option>
            <option value="754250 4310500 756550 4308200"> Oliva Nova y San Fernando</option>
            <option value="752350 4310050 753600 4309100"> Jovades</option>
            <option value="750500 4311250 751700 4310400"> Sectores 3 y 16</option>
            <option value="748700 4312900 750850 4310550"> Casco Urbano</option>
            <option value="750200 4313000 750850 4310550"> Sector 15</option>
            <option value="750180 4312900 751100 4312000"> Sector 2</option>
        </select>
        <hr>
        <input value="Ir" type="submit">
            <h3>Modo:</h3>
        <select name="mode">
            <option value="browse" selected="selected">  Navegación </option>
            <option value="query"> Consulta </option>
         </select>
        <hr>
    </td>
    </tr>
    </tbody></table>
   
   </td><td bgcolor="#ecf0f3" valign="top" width="150">
   </td>
</tr></tbody></table>


<input name="map" value="[map]" type="hidden">
<input name="imgext" value="[mapext]" type="hidden">
<input name="imgxy" value="300 250" type="hidden">
</font></form>

<p align="right"><a href="http://index.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Volver</a></p>


</div>



<br><br clear="all"></blockquote></div><br>