To include "Giro d'Italia", but exclude "Tour de France":

Javascript:

  var options = {
    "queryList" : [
      { "q" : "\"Giro d'Italia\" -\"Tour de France\"" }
    ]
  };

Iframe:

  <iframe
   height="250" width="300" frameborder="0"
   marginheight="0" marginwidth="0" scrolling="no"
   src="http://www.google.com/uds/modules/elements/newsshow/
iframe.html?format=300x250&q=%22Giro+d'Italia%22+-%22Tour+de+France
%22"
  ></iframe>

-- omr

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