Durnik
09-26-2005, 09:15 AM
I'm not the greatest at Javascript by any means, so maybe what I am asking is not easily possible in js.
I want to use javascript to look at an external webpage and take specific data from it, and display just the data i requested on my own page.
I've searched for parsing info, but most of it does not seem to do what I want.
For example if I had a table of data including people's names, addresses, and phone numbers on a webpage (html, php, etc.). I'd want to be able to pick out specific names and numbers to display, without having to goto that site and see the whole list.
I want to use javascript to look at an external webpage and take specific data from it, and display just the data i requested on my own page.
I've searched for parsing info, but most of it does not seem to do what I want.
For example if I had a table of data including people's names, addresses, and phone numbers on a webpage (html, php, etc.). I'd want to be able to pick out specific names and numbers to display, without having to goto that site and see the whole list.