Hi, 

I have a nice map now (just a html page) and am able to query my point
layer.  I get back my picture id back to a nodelist.  

I want to get the response.responseText value to come back so I can put it
into the src of my image object.

// sets the HTML provided into the nodelist element
             function setHTML(response) {
                 document.getElementById('nodelist').innerHTML =
response.responseText;
             }

I have tried to use:
                 document.getElementById('nodelist').???? 
with no luck..

any advice would be welcome.

Andy...
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/response-responseText-used-as-image-src-tp5772761p5772761.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to