Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by avillagra on Feb 23, 2009 22:57
open dhtmlx forum
I need load grid from http://server:8080/bhvhorasweb/servlet/bhvhoras.hwbp03

I need load grid from a url: http://server:8080/bhvhorasweb/servlet/bhvhoras.hwbp03.


The url show in IE this:

<?xml version="1.0" encoding="ISO-8859-1"?>
<rows>
<row id="0">
<cell>0</cell>
<cell>NOVUS</cell>
</row>
<row id="1">
<cell>1</cell>
<cell>MURATA</cell>
</row>
</rows>


I probe with: mygrid.loadXML("http://server:8080/bhvhorasweb/servlet/bhvhoras.hwbp03");

but no load.

I see de help, but not achieve load mygrid.


This is possible?

thanks for help.
Answer posted by Support on Feb 24, 2009 02:05
Please be sure that
- both page and XML document loads from the same domain ( cross domain security issue )
- XML documents send with correct content type - text/xml