[OpenLayers-Users] Incompativili with IE 6
David Martinez Morata
damarmo at gmail.com
Mon Jun 23 09:48:42 EDT 2008
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="" />
<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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20080623/689da1c0/attachment.html
More information about the Users
mailing list