3.2.0

Need Help - data not show on host !!!!

Hello,

I make a grid with data from yahoo (stock). I modified the example html page. On a local computer the html page work fine but when i upload to the webserver the data and the grid are not loaded.

who can help me!!

thanks
Peter
November 19,
You cannot request data from another domain directly from the client-side because of the cross-domain security restrictions. You should make an XML proxy on your own server and redirect the request through the proxy -

http://developer.yahoo.com/javascript/howto-proxy.html

Alex (ActiveWidgets)
November 20,

This topic is archived.

See also:


Back to support forum