<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:12pt;color:#000000;"><DIV>Hi, I've dealing with a problem that I can't solve, I just need to add extra parameters to a getfeaturinfo request, for example color: 'yellow', and I need that parameters to be sent with the request. The code I´m using for the request is below:</DIV>
<DIV> </DIV>
<DIV>info = new OpenLayers.Control.WMSGetFeatureInfo({<BR> url: 'dir/smms/wms.php',<BR> title: 'Identify features by clicking',<BR> other: 'eso',<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>Thanx for your help, and long life to OL.</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>