To do this, you can definitely use the onkeepcallback built into the search control. But you'll need that callback to send the information server-side to write the text file or whatever you want to do with it. Tobdonthis, you'll want to research XMLHttpRequest and/or JSONP. You'll also need to be at least familiar with some server-side language (e.g., Perl or PHP).
Jeremy R. Geerdes generally cool guy On Feb 13, 2009, at 13:44, "[email protected]" <[email protected] > wrote: > > Hello, > I am karthik and > > i wanted to store the result urls returned by the google search > (corresponding to a search with a search word) into a string or a > text file so that i can use those urls for the searched keyword. > for this ajax api from google is k, > > the "keeping result"--> > http://www.google.com/uds/samples/apidocs/keephandling.html > > snippet display a copy link which display the result > "copy" in the same site itself. > i want that to be into a file ,may be a text file in hard disk. > > > please help me please..... > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---
