| have found how to use the Google API in ASP! Before you use these functions, please check out http://api.google.com/. In order to use these examples, you need a key which will limit you to 1000 queries a day. This is available free from the API website. The Google API uses SOAP to allow data transfer between two different OSs easily. These examples use Microsoft's SOAP Toolkit to manage the connection to the remote server (in this case Google). Above is a screenshot of it in action on my website. Here is a fully working example of the search function. To use the API, call these functions in your ASP file where you want it to appear, and specify the necessary parameters. |
| |