Hi!

I want to extract some information from a web site (Bloomberg). This side has a search textbox with a onKeyUp event that, as far as I can understand, uses AJAX to create a table.

Is it possible to insert some text in the textbox and then get the table created with AJAX? I know the former is possible, but the later I can't find a solution.

PS: Given the source code of the page with the tabled already AJAXed (If you understand what I want to say here), I can easly retrieve the table. I just need to get the source code with the table already on it.

Thanks a lot!