You could absolutely do this, but you would have to build your own search control. So you would need to know how to manipulate the DOM with Javascript (e.g., document.createElement, appendChild, removeChild), add event listeners to HTML nodes (e.g., onchange), and utilize RAW searchers (e.g., google.search.WebSearch). It probably wouldn't hurt to also have an understanding of Javascript prototyping (NOT prototype.js) so that you could add multiple such controls to your page(s).
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 Sep 23, 2010, at 12:33 AM, ObiWanGinobili wrote: > Hey, > Is there any way to filter search results using a SELECT form > <select> > <option>Test</option> > </select> > , instead of the tabbed display mode(i.e > http://code.google.com/apis/ajax/playground/?exp=search#tabbed_display_mode) > > Thanks! > > -- > 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.
