hi all,
I have a question, how I can download or order a gml file from javascript or
ajax to a server I tried with jquery geoserver with:


xmlhttp = new XMLHttpRequest();
xmlhttp.open("POST", Ext.getCmp('Ugml').getValue(),true,
User="admin",Password="geoserver");
         xmlhttp.send(null);
         alert(xmlhttp.responseXML.xml);


and I can not download anything further gourdes want the file to a
javascript variable.

know some method, or library that would enable this.

thanks for the help


Ricardo Rodríguez
Ing. Topográfico
Univalle
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to