hi everybody,

  I want to put the results of a GetFeatureInfo query in a new window.

  I've tried modifying widgetbasexsl.js 

if (widgetNode.nodeName != 'FeatureInfo') {
objRef.node.appendChild(tempNode.firstChild);
   } 
   else 
   {
   window.open('new_window.html');
....

and in the new_window.html I put a <div id="featureListTag">

   But no luck  :.(  
   I've seen the GeoBliki example and wfs-t (both using wfsGetFeature as
query tool) but I think it's not what I need. I should work with
GetFeatureInfo tool. 

   Thanks in advance. 
   Joe
-- 
View this message in context: 
http://www.nabble.com/pop-up-window-after-getfeatureinfo---tf4193631.html#a11926086
Sent from the MapBuilder Users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Mapbuilder-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mapbuilder-users

Reply via email to