How to get data from website load with ajax?

Hi all,
I want to get data from website load with Ajax.
Looking forward soon.

Thanks all.

On 11 June 2010 17:03, Vuong H. [email protected] 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

Colin L. wrote:

On 11 June 2010 17:03, Vuong H. [email protected] 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.

On Jun 11, 5:31 pm, Vuong H. [email protected] wrote:

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.

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