<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Hi,<br><br>do you want to show only ux and uy or do you want to do a wmsgetfeatureinforequest with that?<br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br>best regards<br>Sarah<br><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">Von:</span></b> Zuhex <gmduky@hotmail.com><br><b><span style="font-weight: bold;">An:</span></b> users@openlayers.org<br><b><span style="font-weight: bold;">Gesendet:</span></b> Freitag, den 16. Juli 2010, 7:31:10 Uhr<br><b><span style="font-weight: bold;">Betreff:</span></b> [OpenLayers-Users] Need help with WMSGetFeatureInfo<br></font><br><br>Hello all,<br><br>How can the popup show the information if I give the value
 of ux and uy.<br>If the function looks like this,<br><br>function popup_s(ux,uy)<br>                    {                                        <br>                    if (popup != null) {<br>                        popup.destroy();<br>                        popup = null;<br>                        }                           
                                 <br>                        var ux,uy;                    <br>                         popup = new OpenLayers.Popup.FramedCloud("chicken", <br>                        new OpenLayers.LonLat(ux,uy),                         <br>                        null,   
                     <br>                        event.text, <<----How could it be?<br>                        null, <br>                        true                    <br>                        );<br>                    map.addPopup(popup);<br>                    map.setCenter(new OpenLayers.LonLat(ux, uy),
 2);<br>                }<br><br>Any suggestion? <br>Thank you.<br>-- <br>View this message in context: <a href="http://osgeo-org.1803224.n2.nabble.com/Need-help-with-WMSGetFeatureInfo-tp5300515p5300515.html" target="_blank">http://osgeo-org.1803224.n2.nabble.com/Need-help-with-WMSGetFeatureInfo-tp5300515p5300515.html</a><br>Sent from the OpenLayers Users mailing list archive at Nabble.com.<br>_______________________________________________<br>Users mailing list<br><a ymailto="mailto:Users@openlayers.org" href="mailto:Users@openlayers.org">Users@openlayers.org</a><br><a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br></div></div>
</div><br></body></html>