Hi,<br>Maybe you could have a look at the SelectFeature control. I haven&#39;t tried this on a wms layer. <br>I have tried this on a wfs layer. Works nicely.<br><br>Indika.<br><br>2008/11/21 Peter N. Schweitzer <span dir="ltr">&lt;<a href="mailto:pschweitzer@usgs.gov">pschweitzer@usgs.gov</a>&gt;</span><br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I want to put the results of a WMS GetFeatureInfo into a new window.<br>

Instead of calling loadURL, I&#39;m using open, like this<br>
<br>
 &nbsp;var url = &nbsp;wms.getFullRequestString({<br>
 &nbsp; &nbsp;REQUEST: &quot;GetFeatureInfo&quot;,<br>
 &nbsp; &nbsp;EXCEPTIONS: &quot;application/vnd.ogc.se_xml&quot;,<br>
 &nbsp; &nbsp;BBOX: wms.map.getExtent().toBBOX(),<br>
 &nbsp; &nbsp;X: e.xy.x,<br>
 &nbsp; &nbsp;Y: e.xy.y,<br>
 &nbsp; &nbsp;INFO_FORMAT: &#39;text/html&#39;,<br>
 &nbsp; &nbsp;QUERY_LAYERS: wms.params.LAYERS,<br>
 &nbsp; &nbsp;WIDTH: wms.map.size.w,<br>
 &nbsp; &nbsp;HEIGHT: wms.map.size.h});<br>
 &nbsp;// OpenLayers.loadURL(url, &#39;&#39;, this, setHTML);<br>
 &nbsp;open(url);<br>
<br>
This works well when the user has hit a feature. &nbsp;For polygon data<br>
that is easy for users, because polygons are normally large. &nbsp;But for<br>
point features, it is more likely that the user will &quot;miss&quot;--click on<br>
a place that does not select a feature. &nbsp;My simple code still opens a<br>
new window, which is now empty, leaving a confused and frustrated user.<br>
<br>
What might I do differently so that a feature miss would not result<br>
in an empty new window?<br>
<br>
The interface is at <a href="http://mrdata.usgs.gov/mineral-resources/ardf.html" target="_blank">http://mrdata.usgs.gov/mineral-resources/ardf.html</a><br>
<br>
Peter<br>
<font color="#888888">--<br>
Peter N. Schweitzer (MS 954, U.S. Geological Survey, Reston, VA 20192)<br>
(703) 648-6533 &nbsp;FAX: (703) 648-6252 &nbsp;email: <a href="mailto:pschweitzer@usgs.gov">pschweitzer@usgs.gov</a><br>
&lt;<a href="http://geology.usgs.gov/peter/" target="_blank">http://geology.usgs.gov/peter/</a>&gt;<br>
_______________________________________________<br>
Users mailing list<br>
<a 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>
</font></blockquote></div><br>