<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Glad you solved it.<br>
In general, IE is more precise on syntax. For example FF doesn't care
about extra commas, whereas IE stops into the first syntax error. That
is, as far as I know.<br>
<br>
- mika <br>
<br>
Bill Thoen kirjoitti:
<blockquote cite="mid:49AC1F34.5000704@gisnet.com" type="cite">
  <pre wrap="">Nicholas Bergson-Shilcock wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">This post gives instructions for using the free (as in beer) Visual Web
Developer Express to make IE debugging a little less painful. I've found it to
be quite helpful in tracking down JavaScript issues with IE7:

<a class="moz-txt-link-freetext" href="http://www.berniecode.com/blog/2007/03/08/how-to-debug-javascript-with-visual-web-developer-express/">http://www.berniecode.com/blog/2007/03/08/how-to-debug-javascript-with-visual-web-developer-express/</a>

Hope this helps,
  -Nick
  
    </pre>
  </blockquote>
  <pre wrap=""><!---->Thanks, I managed to find the big problem using Firebug lite (I had 
mis-deployed one of the files (openlayers.js) in my Windows environment. 
It was a case of case--I didn't name a file correctly.) And I discovered 
that the line numbers make sense if you can guess which js module to 
open (the IE error reporter always says the error is in the main html 
module, even if it's in a *.js file.)

Thanks for the help, guys!

- Bill Thoen

_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@openlayers.org">Users@openlayers.org</a>
<a class="moz-txt-link-freetext" href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</a>
  </pre>
</blockquote>
</body>
</html>