Hi list!<br><br>I&#39;m developing a Openlayers environement and I fund a problem. I used FireFox v2 to develop and every thing it&#39;s OK but when I try the URL in InternetExplorer v6 I have and error .<br>They says the error it&#39;s in &lt;body onload=&quot;init()&quot;&gt; but I don&#39;t have any Idea of the problem!<br>
Can enayone help me please?<br>Thanks<br><br><br>this is my code:<br>&lt;!DOCTYPE html &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; <br>&nbsp; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a>&quot;&gt;<br>
&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>&quot;&gt;<br>&nbsp; &lt;head&gt;<br>&nbsp; &nbsp;&nbsp;&nbsp; &lt;title&gt;Test OpenLayers&lt;/title&gt;<br>&nbsp;&nbsp;&nbsp; &lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot;/&gt;<br>
<br><br><br>scripts<br><br><br><br>&nbsp; &lt;/script&gt;<br>&lt;/head&gt;<br>&lt;body onload=&quot;init()&quot;&gt;<br>&nbsp; &lt;div id=&quot;header&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;h1 id=&quot;title&quot;&gt;Test OpenLayers&lt;/h1&gt;<br>&nbsp;&nbsp;&nbsp; &lt;form action=&quot;#&quot; onsubmit=&quot;showAddress(this.address.value, this.countrycode.value); return false&quot;&gt;<br>
&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;p&gt;Recherchez un adresse: &lt;input type=&quot;text&quot; size=&quot;60&quot; id=&quot;address&quot; value=&quot;&quot; /&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &amp;nbsp; &lt;input type=&quot;submit&quot; onclick=&quot;showAddress(document.getElementById(&#39;address&#39;).value); return false;&quot; value=&quot;Go!&quot; /&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/p&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/form&gt;<br>&nbsp; &lt;/div&gt;<br>&nbsp; &lt;div style=&quot;width:100%; height:85%&quot; id=&quot;map&quot;&gt;&lt;/div&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;<br>