wooliewillie
01-29-03, 05:07
| I have need to get data from a web siite that is across the internet on a web site. The only thing is that the server is not mine and my only access to it is via html pages. From my server I want the user to enter some data into a form, which I will then submit to the server in NY. The server in NY will return two fields. I then need toenter these two fields into a form on the NY server and submit it. The NY server returns a list of records, one per line in a grid (which is html). On each line of the gird is a button labeled "details". If this button is pressed another page opens with more info about the record. On my server I need to build a page showing some data from the grid and some data from the "details" page. What tool can I use to post the data to the various forms from my server to the NY server? Some mentioned using serverXMLHTTP, but how do I Post with it? And then the data comes back. How do I parse the info coming back? It comes back as html, not XML, as far as I can tell. Any help is appreciated. |