<!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">
ok, its in the onload for the &lt;body&gt;, now I get this error:<br>
<br>
"htmlfile: unspecified error"<br>
in OpenLayers/Util.js line 741:<br>
<blockquote> // Safari fix <br>
if (element.offsetParent==document.body) <br>
&nbsp;&nbsp;&nbsp; if (OpenLayers.Element.getStyle(element,'position')=='absolute')
break;<br>
</blockquote>
<br>
what think?<br>
thanks,<br>
mike<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:crschmidt@metacarta.com">crschmidt@metacarta.com</a> wrote:
<blockquote cite="mid4EE713CEAB.0EB01068TFSSDFGJ@metacarta.com"
 type="cite">
  <pre wrap="">On Sun, May 20, 2007 at 01:46:56PM -0700, mfrumin wrote:
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">still working on my pictures-from-wfs example.  testing in IE (6), getting a
      </pre>
    </blockquote>
    <pre wrap="">bunch of errors in the OpenLayers libs:
<a class="moz-txt-link-freetext" href="http://transit.frumin.net/trx/debug.html">http://transit.frumin.net/trx/debug.html</a>
(note this includes a local version of OL so that when debugging I can look
at the readable non-compressed code)
    </pre>
    <blockquote type="cite">
      <pre wrap="">the error is "htmfile: unspecified error" in OpenLayers/Renderer/VML.js line
      </pre>
    </blockquote>
    <pre wrap="">50
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Move your map initialization into an onload call, instead of loading it
in a defer='defer' in the body of the page. (Moving it into the head of
the page might work as well.) Line 50 of the VML.js is checking whether
document.namespaces exists (because we can't set up VML unless it does),
and it doesn't exist until the page is fully loaded.

Regards,
-- Christopher Schmidt
MetaCarta
  </pre>
</blockquote>
</body>
</html>