<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:Arial, sans-serif;font-size:12pt;color:#000000;"><DIV>Hi to everyone. I'm using this piece of code to make a getfeatureinfo request:<BR></DIV><DIV></DIV><DIV>info = new OpenLayers.Control.WMSGetFeatureInfo({<BR>  url: 'dir/smms/wms.php',<BR>            title: 'Identify features by clicking',<BR>            queryVisible: true,<BR>                 eventListeners: {<BR>                getfeatureinfo: function(event) {<BR>                                   map.addPopup(new OpenLayers.Popup.FramedCloud(<BR>                        "myagri", <BR>                        map.getLonLatFromPixel(event.xy),<BR>                        null,<BR>                        event.text,<BR>                        null,<BR>                        true<BR>                    ));<BR>                }<BR>                 }<BR>        });<BR>         map.addControl(info);<BR>       
 info.activate();</DIV><DIV></DIV><DIV>And it works fine, I get my info back as I need it, but I have to send some extra parameters with getfeatureinfo request for example ''REPORT":"YES" but I don't know how to do it. Any help will be appreciated, and if everyone can suggest me a better way to do the features request that would be great. Thanks in advance.<BR><BR></DIV></div><br>






      <hr size=1><br><font face="Verdana" size="-2">ˇObtén la mejor experiencia en la web!<br>Descarga gratis el nuevo Internet Explorer 8<br>
http://downloads.yahoo.com/ieak8/?l=e1</font></body></html>