<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>only thing I´ve noticed fast scanning through your code:<br>have you tried setting layer1.map.size.w instead of map.size.w?<br>And have you tried changing INFO_FORMAT?<br><br>best regards<br>Sarah<br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><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> sunny74 &lt;sb.ray@hotmail.com&gt;<br><b><span style="font-weight: bold;">An:</span></b> users@openlayers.org<br><b><span style="font-weight: bold;">Gesendet:</span></b> Dienstag, den 30. März 2010, 8:22:20 Uhr<br><b><span style="font-weight: bold;">Betreff:</span></b> [OpenLayers-Users] Opemlayers.loadURL() does not work in
 GetFeatureInfo<br></font><br><br>Dear Friends,<br><br> OpenLayers.loadUrl(url, '', this, setHTML);<br>does not work when I do a GetFeatureInfo call in an aspx page.<br><br>It says Jscript does not support this object or property.<br>My map file is Ok as I get to see the map properly.<br>Does anybody know how to solve this problem.<br><br>My code in aspx page is:<br><br>&lt;%@ Page Language="C#" AutoEventWireup="true"&nbsp; CodeFile="Default.aspx.cs"<br>Inherits="_Default" %&gt;<br><br>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"<br>"<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" target="_blank">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>"&gt;<br><br>&lt;html xmlns="<a href="http://www.w3.org/1999/xhtml" target="_blank">http://www.w3.org/1999/xhtml</a>"&gt;<br>&lt;head id="Head1" runat="server"&gt;<br>&nbsp; &nbsp; &lt;title&gt;&lt;/title&gt;<br>&nbsp; &nbsp; &lt;script&nbsp; 
 type="text/javascript"<br>src="OL28/OL28/lib/OpenLayers.js"&gt;&lt;/script&gt;<br>&nbsp; &nbsp; &lt;script type="text/javascript"&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; var mapview, layer, layer1, map;<br><br>&nbsp; &nbsp; &nbsp; &nbsp; function init2() {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br><br>&nbsp; &nbsp; &nbsp; &nbsp; }<br><br>&nbsp; &nbsp; &nbsp;  <br>&nbsp; &nbsp; <br>&nbsp;  <br>&nbsp;  <br>&nbsp;  <br>&nbsp;  <br>&nbsp;  <br>&nbsp; &nbsp; &lt;/script&gt;<br>&lt;/head&gt;<br>&lt;body&gt;<br>&nbsp; &nbsp; &lt;form id="form1" runat="server"&gt;<br>&nbsp; &nbsp; &lt;div id="map" runat="server" style="width:600px;height:600px"&gt;<br>&nbsp; &nbsp; &lt;script defer="defer" type="text/javascript"&gt;<br>&nbsp; &nbsp; &nbsp; &nbsp; OpenLayers.ProxyHost =<br>"<a href="http://172.16.0.144:9000/cgi-bin/proxy.cgi?url=" target="_blank" >http://172.16.0.144:9000/cgi-bin/proxy.cgi?url=</a>";<br>&nbsp; &nbsp; &nbsp; &nbsp; //alert('here');<br>&nbsp; &nbsp;
 &nbsp; &nbsp; var lon = 73.25;<br>&nbsp; &nbsp; &nbsp; &nbsp; var lat = 20.35;<br>&nbsp; &nbsp; &nbsp; &nbsp; var zoom = 6;<br>&nbsp; &nbsp; &nbsp; &nbsp; map = new OpenLayers.Map('&lt;%=map.ClientID%&gt;');<br>&nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; layer = new OpenLayers.Layer.WMS("OpenLayers WMS",<br>&nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "<a href="http://localhost:9000/cgi-bin/mapserv.exe" target="_blank">http://localhost:9000/cgi-bin/mapserv.exe</a>?", {<br>map: '../htdocs/Shape/newwr1rec.map', layers: 'STATE', format: 'png' });<br>&nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; layer1 = new OpenLayers.Layer.WMS("Rstations",<br>&nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "<a href="http://localhost:9000/cgi-bin/mapserv.exe" target="_blank">http://localhost:9000/cgi-bin/mapserv.exe</a>?", {<br>map:
 '../htdocs/Shape/newwr1rec.map', transparent: true, layers:<br>'RailwayStations', format: 'png' });<br>&nbsp; &nbsp; &nbsp; &nbsp; //alert(map);<br>&nbsp; &nbsp; &nbsp; &nbsp; layer = new OpenLayers.Layer.WMS("OpenLayers WMS",<br>"<a href="http://172.16.0.144:9000/cgi-bin/mapserv.exe?map=d:/ms4w/apache/htdocs/Shape/newwr1rec.map" target="_blank" >http://172.16.0.144:9000/cgi-bin/mapserv.exe?map=d:/ms4w/apache/htdocs/Shape/newwr1rec.map</a>",<br>{ 'layers': 'STATE', transparent: false, format: "image/png" });<br>&nbsp; &nbsp; &nbsp; &nbsp; layer1 = new OpenLayers.Layer.WMS("OpenLayers WMS",<br>"<a href="http://172.16.0.144:9000/cgi-bin/mapserv.exe?map=d:/ms4w/apache/htdocs/Shape/newwr1rec.map" target="_blank" >http://172.16.0.144:9000/cgi-bin/mapserv.exe?map=d:/ms4w/apache/htdocs/Shape/newwr1rec.map</a>",<br>{ 'layers': 'RailwayStations', transparent: true, format: "image/png" });<br>&nbsp; &nbsp; &nbsp; &nbsp; //alert(layer);<br>&nbsp; &nbsp; &nbsp;
 &nbsp; map.addLayers([layer, layer1]);<br><br>&nbsp; &nbsp; &nbsp; &nbsp; //layer = new OpenLayers.Layer.WFS("OpenLayers WFS",<br>"<a href="http://127.0.0.1:9000/cgi-bin/mapserv.exe?map=d:/ms4w/apache/htdocs/Shape/newwr1.map" target="_blank" >http://127.0.0.1:9000/cgi-bin/mapserv.exe?map=d:/ms4w/apache/htdocs/Shape/newwr1.map</a>",<br>{ typename: 'STATE', maxfeatures: 6 }, { featureClass:<br>OpenLayers.Feature.WFS });<br><br>&nbsp; &nbsp; &nbsp; &nbsp; ///map.addLayer(layer);<br><br><br>&nbsp; &nbsp; &nbsp; &nbsp; map.setCenter(new OpenLayers.LonLat(lon, lat), zoom);<br>&nbsp; &nbsp; &nbsp; &nbsp; map.addControl(new OpenLayers.Control.LayerSwitcher());<br>&nbsp; &nbsp; &nbsp; &nbsp; //map.zoomToMaxExtent();<br>&nbsp; &nbsp; &nbsp; &nbsp; map.events.register('click', map, function(e) {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //alert('clicked');<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; OpenLayers.Util.getElement('nodeList').innerHTML =
 "Loading...<br>please wait...";<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var url = layer1.getFullRequestString({<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; REQUEST: "GetFeatureInfo",<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; EXCEPTIONS: "application/vnd.ogc.se_xml",<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; BBOX: layer1.map.getExtent().toBBOX(),<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; X: e.xy.x,<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Y: e.xy.y,<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; INFO_FORMAT: 'text/html',<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QUERY_LAYERS: layer1.params.LAYERS,<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FEATURE_COUNT: 1,<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; WIDTH: map.size.w,<br>&nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; HEIGHT: map.size.h<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; var msg = document.getElementById('urlmsg');<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; msg.value = url;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; alert(url, "getfeatureinfo",<br>"location=0,status=0,scrollbars=1,width=800,height=400");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //window.open(url, '', this, setHTML, setHTML);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; OpenLayers.loadUrl(url, '', this, setHTML);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; OpenLayers.Event.stop(e);<br>&nbsp; &nbsp; &nbsp; &nbsp; });<br><br><br>&nbsp; &nbsp; &nbsp; &nbsp; function setHTML(response) {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; OpenLayers.Util.getElement('nodeList').innerHTML =<br>response.responseText;<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp;  <br>&nbsp;  <br>&nbsp;  <br>&nbsp; 
 <br>&nbsp; &nbsp; &lt;/script&gt;<br>&nbsp; &nbsp; &lt;/div&gt;<br>&nbsp; &nbsp; &lt;div id="nodelist"&gt;<br>&nbsp;  <br>&nbsp; &nbsp; &lt;/div&gt;<br>&nbsp; &nbsp; &lt;/form&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;<br><br><br><br>Thanks for attention and efforts.<br>-- <br>View this message in context: <a href="http://n2.nabble.com/Opemlayers-loadURL-does-not-work-in-GetFeatureInfo-tp4822969p4822969.html" target="_blank">http://n2.nabble.com/Opemlayers-loadURL-does-not-work-in-GetFeatureInfo-tp4822969p4822969.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>__________________________________________________<br>Do You Yahoo!?<br>Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. <br>http://mail.yahoo.com </body></html>