<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br id="ecxFontBreak">
<blockquote cite="mid:DUB117-W5EF418D6036A2DA64B4ABB0BE0@phx.gbl"
type="cite">
<div dir="ltr"><br>
protocol: new OpenLayers.Protocol.HTTP(<br>
{<br>
url:
'/cgi-bin/proxy.cgi?url=<a class="moz-txt-link-freetext" href="http://localhost/mop/py/test3.py">http://localhost/mop/py/test3.py</a>',<br>
format: new OpenLayers.Format.GeoJSON()<br>
}<br>
),<br>
<br>
in firebug, I'm getting the query (as well as if I write in
firefox <a class="moz-txt-link-freetext" href="http://localhost/mop/py/test3.py">http://localhost/mop/py/test3.py</a>) and this error
message:<br>
<br>
<div role="listitem" class="errorTitle focusRow subLogRow "><span
class="errorMessage ">JSON.parse: unexpected character</span></div>
<span class=" "></span>
<table class=" " cellpadding="0" cellspacing="0">
<tbody class=" ">
<tr class=" ">
<td class=" "><img moz-do-not-send="true"
src="chrome://firebug/content/blank.gif"
role="checkbox" title="Break On This Error"
class="errorBreak a11yFocus "></td>
<td class=" "><a moz-do-not-send="true" class="errorSource
a11yFocus ">
<pre title="object = JSON.parse(json, filter);" class="errorSourceCode ">object = JSON.parse(json, filter);</pre>
</a></td>
</tr>
</tbody>
</table>
</div>
</blockquote>
I would say it means that the json is badly formed. Use Firebug.
Either look at what is being returned by in the NET table (or
possibly console) or set a breakpoint on the line above and have a
look at the json variable to see what is going on.<br>
<p><span style="font-family:'Arial';font-size:8pt; color:#000000;">Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not copy or disclose the contents.</span></p>
<p><span style="font-family:'Arial';font-size:8pt; color:#000000;"> </span></p></body>
</html>