Hi all, I want to get data from website load with Ajax. Looking forward soon.
Thanks all.
Hi all, I want to get data from website load with Ajax. Looking forward soon.
Thanks all.
I think you will give rather more explanation of what you are trying to do, 'get data from website load with ajax' does not mean much to me.
Colin
Colin Law wrote:
Hi all, I want to get data from website load with Ajax. Looking forward soon.
I think you will give rather more explanation of what you are trying to do, 'get data from website load with ajax' does not mean much to me.
Colin
Thanks Colin, I want to get all data on website (ex: "http://priceonline.hsc.com.vn") but I can get some data because some data to load with Ajax, I can't get them.
I have using "hpricot" and "nokogiri" but I only get some data, I can't get all to load with Ajax.
Looking forward soon.
Lookup "single origin policy": browsers won't usually let you make ajax requests to other hosts (if you control the other hosts and the browser supports cross domain ajax it can be done). What are you trying to achieve?
Fred