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