For the trunk, you must use params like this:<br><br>var params = {<br>&nbsp;&nbsp;&nbsp;&nbsp; &#39;toto&#39;: &quot;blabla&quot;,<br>&nbsp;&nbsp;&nbsp;&nbsp; &#39;titi&#39;: &quot;haha&quot;<br>};<br>&nbsp;<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br> <br> When calling this function the &#39;params&#39; parameter doesn&#39;t work.<br> I think I&#39;ve found why&nbsp;&nbsp;:<br> <br> When you call OpenLayers.loadURL(url, param,... ) and you give string like<br> param = &quot;toto=blabla&amp;titi=haha&quot;;<br>
 <br> The following function (Ajax.js, line 257) :<br> this.options.parameters = OpenLayers.Util.getParameters(this.options.parameters);<br> return null.<br> <br> OpenLayers.Util.getParameters() seems to need a full url like &quot;page.php?toto=blabla&amp;titi=haha&quot; to work.<br>
 if you only give the params, it return null. So parameters are lost.<br> <br> Regards,<br> Jean-Christophe<br> <br></blockquote></div><br><br clear="all"><br>-- <br>Li XinGang<br>EMail: <a href="mailto:slinavlee@gmail.com">slinavlee@gmail.com</a><br>
Blog:&nbsp;&nbsp; <a href="http://avlee.cnblogs.com">avlee.cnblogs.com</a><br>Site:&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.mapboost.org.cn">www.mapboost.org.cn</a>