<div dir="ltr">Hi all,<br>I installed geoloc plugin and works fine.<br>I&#39;d like to show coordinates in a new window instead of an alert message.<br>In geoloc php file I commented this line:<br>// $this-&gt;getCartoclient()-&gt;addMessage(&#39;geo_x=&#39;.$this-&gt;Geo_x.&#39;,geo_y=&#39;.$this-&gt;Geo_y);<br>
Where (and how) can I write a javascript window.open method and pass to the new window Geo_x and Geo_y<br>parameters?<br><br>I tried without success to insert it in renderFormPrepare function:<br>return array(&#39;geoloc_active&#39; =&gt; $this-&gt;pluginStatus,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;geo_x&#39; =&gt; $this-&gt;Geo_x,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#39;geo_y&#39; =&gt; $this-&gt;Geo_y);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //open a new window...<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ........<br><br><br>Thanks in advance<br>
<br>Valerio<br>
</div>