Well, using the standard Javascript SearchControl, it's going to be something 
of a hassle to harvest the queries, and impossible to plug data directly into a 
database. I would suggest that you write your own search control which will 
send a request to store the search terms back to your server when the query is 
actually executed. And it will also need to at least tweak the standard html so 
that the link(s) will be shot back the same way. Then, on the server, you'll 
need a script of some sort that will field those requests and plug them into 
the database. For that, you'll need PHP or Perl or some other server-side 
language.

Jeremy R. Geerdes
Effective website design & development
Des Moines, IA

For more information or a project quote:
http://jgeerdes.home.mchsi.com
[email protected]

If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church!

On Apr 27, 2010, at 5:23 AM, Issam wrote:

> I'm working on a project including the google api.
> I'm facing some problems concerning the extraction of the query that I
> put in the label of the search and links clicked on.
> I need to save them in a database and I can't find the appropriate
> methods for extarcting and saving them.
> By the way I'm working with JavaScript.
> Any help is welcome.
> 
> -- 
> 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.
> 

-- 
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.

Reply via email to