<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<span role="presentation" class="objectBox objectBox-errorMessage">Hi y
receive this error in FireBug<br>
<br>
uncaught
exception: [Exception... "Component returned failure code: 0xc1f30001
(NS_ERROR_NOT_INITIALIZED) [nsIXMLHttpRequest.send]" nsresult:
"0xc1f30001 (NS_ERROR_NOT_INITIALIZED)" location: "JS frame ::
<a class="moz-txt-link-freetext" href="http://192.168.5.168:8081/gp/lib/MF-r3260_OL-r9850_GeoEXT-r1537/MF_OL_GeoEXT.js">http://192.168.5.168:8081/gp/lib/MF-r3260_OL-r9850_GeoEXT-r1537/MF_OL_GeoEXT.js</a>
:: anonymous :: line 1469" data: no]<br>
<br>
Y fix the error by replace "<i>this._object.send(vData);</i>" with "<i>if
(!this._aborted)this._object.send(vData);</i>" in
openlayers-trunk\lib\OpenLayers\Request\XMLHttpRequest.js<br>
<br>
Can you put this fix in truck ?<br>
<br>
<br>
<br>
</span>
</body>
</html>