hi ,<br><br>Just if someone needs it.<br><br>I found what the problem was. In IExplorer you have to pass the displayprojection to the mouseposition control.<br>You do not neet to in FF.<br><br>new OpenLayers.Control.MousePosition(<br>
                        {prefix: &quot;RD Coordinates (&quot;, separator: &quot;,&quot;, suffix: &quot;)&quot;,<br>                        displayProjection: new OpenLayers.Projection(&quot;EPSG:23031&quot;),   //THIS IS MY DISPLAY PROJECTION.<br>
                        div: document.getElementById(&quot;output&quot;)})<br><br>