Hi list!

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 .
They says the error it's in <body onload="init()"> but I don't have any Idea
of the problem!
Can enayone help me please?
Thanks


this is my code:
<!DOCTYPE html "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
<html xmlns="http://www.w3.org/1999/xhtml";>
  <head>
      <title>Test OpenLayers</title>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>



scripts



  </script>
</head>
<body onload="init()">
  <div id="header">
    <h1 id="title">Test OpenLayers</h1>
    <form action="#" onsubmit="showAddress(this.address.value,
this.countrycode.value); return false">
          <p>Recherchez un adresse: <input type="text" size="60"
id="address" value="" />
        &nbsp; <input type="submit"
onclick="showAddress(document.getElementById('address').value); return
false;" value="Go!" />
        </p>
    </form>
  </div>
  <div style="width:100%; height:85%" id="map"></div>
</body>
</html>
_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to