First off, there are a bunch of examples included in the  
documentation, including the AJAX APIs Playground, which will help you  
know what you need to do to get a search app up and running. The  
Gresults class is only a part of the larger API; it does not exist  
without the other stuff, so you need to look through the documentation  
and samples.

Second, the code that you've noted in the documentation is simple HTML  
which serves as an example of what the default html node for a single  
result will look like.  It's designed to be used as a tool for  
applying CSS to the results.

And finally, if I could make a suggestion, if you're not at least  
familiar with HTML or Javascript, you will be very well-served by  
running through a couple of the online tutorials that are out there on  
the subject.  Just search for them on Google.

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

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

Unless otherwise noted, any price quotes contained within this  
communication are given in US dollars.

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

And check out my blog, Adventures in Web Development, at 
http://jgeerdes.blogspot.com 
  !


On Mar 29, 2009, at 1:00 AM, caspar wrote:

>
> I am a new user for using Google AJAX APIs. Now I want to retrieve the
> detail information from Google, so I want to use Result Object. But I
> am puzzled by the documentation and I have not any ideas from starting
> that. I want to use .content property, but I do not know exactly. So
> please help me and thank you very much.
> Another question is what codes below means and how to use them. Anyway
> thank you very much.
>
> <!-- A collection of web search results in the search control -->
> <div class="gsc-results gsc-webResult">
>
>  <!-- A single web result in the search control -->
>  <div class="gsc-result gsc-webResult">
>
>    <!-- A single web result, full structure defined below -->
>    <div class="gs-result gs-webResult"></div>
>  </div>
>  ...
> </div>
>
> <!-- Similar pattern for local, blog, etc. -->
> <div class="gsc-results gsc-localResult"></div>
> <div class="gsc-results gsc-blogResult"></div>
>
>
> >


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